diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-09-17 09:34:03 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-09-17 12:12:21 -0400 |
commit | fcb069af8ff3e4c2a54de495e86e991e5e0041fd (patch) | |
tree | 48a36e557cb1aed749164806597862a073b3b191 /libavcodec/libavcodec.v | |
parent | aec91de549612ba493f1b7c569a23c116ccd757a (diff) | |
download | ffmpeg-fcb069af8ff3e4c2a54de495e86e991e5e0041fd.tar.gz |
lavc: Don't export ff_vdpau_vc1_decode_picture
It's not our responsibility to account for other projects'
terrible hacky usage.
Also, it is no longer needed by XMBC, since 78b71d4.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r-- | libavcodec/libavcodec.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index 826a547565..69e653c787 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: *; |