Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2013-09-10 14:31:46 +0400
committerDiego Biurrun <diego@biurrun.de>2013-09-16 15:59:19 +0400
commit187105ff8a02bafc9c58d9d8363bb3f55a415635 (patch)
tree250f66678212e99dbaa7528c31ad7abcf2f7a270 /configure
parent85e8192b8593816c0445411a5bef5fc5363a9b6d (diff)
Fix references to deleted avcodec_encode_video() function
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e6f8b529a3..b95e4acfa9 100755
--- a/configure
+++ b/configure
@@ -3893,7 +3893,7 @@ enabled xmm_clobber_test &&
-Wl,--wrap,avcodec_decode_video2 \
-Wl,--wrap,avcodec_decode_subtitle2 \
-Wl,--wrap,avcodec_encode_audio2 \
- -Wl,--wrap,avcodec_encode_video \
+ -Wl,--wrap,avcodec_encode_video2 \
-Wl,--wrap,avcodec_encode_subtitle \
-Wl,--wrap,sws_scale ||
disable xmm_clobber_test