summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/mlt/files/mlt-0.2.4-avfreestatic.patch')
-rw-r--r--media-libs/mlt/files/mlt-0.2.4-avfreestatic.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/mlt/files/mlt-0.2.4-avfreestatic.patch b/media-libs/mlt/files/mlt-0.2.4-avfreestatic.patch
deleted file mode 100644
index 9455a89db593..000000000000
--- a/media-libs/mlt/files/mlt-0.2.4-avfreestatic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mlt/src/modules/avformat/factory.c
-===================================================================
---- mlt/src/modules/avformat/factory.c (revision 1034)
-+++ mlt/src/modules/avformat/factory.c (revision 1035)
-@@ -60,7 +60,7 @@
- void avformat_destroy( void *ignore )
- {
- // Clean up
-- av_free_static( );
-+ // av_free_static( ); -XXX this is deprecated
-
- // Destroy the mutex
- pthread_mutex_destroy( &avformat_mutex );