summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 61dccc8d5e..dc54bd3326 100755
--- a/configure
+++ b/configure
@@ -1913,7 +1913,7 @@ if test "$_libavcodec" = yes ; then
_lavclib='-Llibavcodec -lavcodec'
_lavcdep='libavcodec/libavcodec.a'
_libavcodec='#define USE_LIBAVCODEC'
- _libavcodecso='#undef USE_LIBAVCODEC'
+ _libavcodecso='#undef USE_LIBAVCODEC_SO'
else
if test "$_libavcodec_so" = yes ; then
_lavclib='-lffmpeg'