[FFmpeg-devel] [PATCH] lavc: Don't export ff_vdpau_vc1_decode_picture

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Sep 17 15:36:00 CEST 2013


It's not our responsibility to account for other projects'
terrible hacky usage.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
Developer inbreeding is the only reason to, more or less.
---
 libavcodec/libavcodec.v | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 826a547..69e653c 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -25,8 +25,6 @@ LIBAVCODEC_$MAJOR {
                 ff_mmxext_idct;
                 ff_idct_xvid*;
                 ff_jpeg_fdct*;
-                #XBMC's configure checks for ff_vdpau_vc1_decode_picture()
-                ff_vdpau_vc1_decode_picture;
                 ff_dnxhd_get_cid_table;
                 ff_dnxhd_cid_table;
         local:  *;
-- 
1.8.4.rc3



More information about the ffmpeg-devel mailing list