summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xconfigure3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9acfe2680..94e87d5119 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ AO_LIBS = $(ARTS_LIB) \
CODEC_LIBS = $(AV_LIB) \
$(FAME_LIB) \
$(MAD_LIB) \
+ $(LIBDV_LIB) \
$(VORBIS_LIB) \
$(THEORA_LIB) \
$(FAAD_LIB) \
diff --git a/configure b/configure
index ba9bddcf81..5457fa02a4 100755
--- a/configure
+++ b/configure
@@ -7393,6 +7393,7 @@ ZORAN = $_zr
FAME = $_libfame
FAME_LIB = $_ld_libfame
LIBDV = $_libdv
+LIBDV_LIB = $_ld_libdv
ARCH_LIB = $_ld_arch $_ld_iconv
XVID = $_xvid
XVID4 = $_xvid4
@@ -7418,7 +7419,7 @@ LIBLZO_LIB= $_ld_liblzo
LIBMAD = $_mad
MAD_LIB = $_ld_mad
LIBVORBIS = $_vorbis
-VORBIS_LIB = $_ld_vorbis $_ld_libdv
+VORBIS_LIB = $_ld_vorbis
SPEEX_LIB = $_ld_speex
LIBTHEORA = $_theora
THEORA_LIB = $_ld_theora