SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
multimedia/transcode/patches/patch-libtc_tcavcodec_h
Normal file
12
multimedia/transcode/patches/patch-libtc_tcavcodec_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Update for newer FFmpeg API.
|
||||
|
||||
--- libtc/tcavcodec.h.orig Fri Jan 18 02:54:38 2013
|
||||
+++ libtc/tcavcodec.h Fri Jan 18 02:54:52 2013
|
||||
@@ -53,7 +53,6 @@ extern pthread_mutex_t tc_libavcodec_mutex;
|
||||
|
||||
#define TC_INIT_LIBAVCODEC do { \
|
||||
TC_LOCK_LIBAVCODEC; \
|
||||
- avcodec_init(); \
|
||||
avcodec_register_all(); \
|
||||
TC_UNLOCK_LIBAVCODEC; \
|
||||
} while (0)
|
Loading…
Add table
Add a link
Reference in a new issue