[SCM] libav/experimental: add missing rules for wmv2 compilation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:59:43 UTC 2013
The following commit has been merged in the experimental branch:
commit 1d557d35778cb186012b15afcefb5eed6f14daab
Author: Aurelien Jacobs <aurel at gnuage.org>
Date: Thu May 10 09:26:14 2007 +0000
add missing rules for wmv2 compilation
Originally committed as revision 8968 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 8d616b2..ea5fda7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -181,6 +181,8 @@ OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o wma.o
OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o
OBJS-$(CONFIG_WMAV1_ENCODER) += wmaenc.o wma.o
OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o
+OBJS-$(CONFIG_WMV2_DECODER) += msmpeg4.o
+OBJS-$(CONFIG_WMV2_ENCODER) += msmpeg4.o
OBJS-$(CONFIG_WMV3_DECODER) += vc1.o vc1data.o vc1dsp.o
OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o
OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list