[SCM] libav/experimental: Add some forgotten lib prefixes to Makefile variables.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:10 UTC 2013
The following commit has been merged in the experimental branch:
commit 9097a8e48d647d873164923dac584a1ec6b2e273
Author: Diego Biurrun <diego at biurrun.de>
Date: Wed Jun 6 18:56:14 2007 +0000
Add some forgotten lib prefixes to Makefile variables.
Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 796682c..dd4d179 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -285,8 +285,8 @@ OBJS-$(CONFIG_LIBGSM) += libgsm.o
OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o
OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o
OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o
-OBJS-$(CONFIG_X264) += libx264.o
-OBJS-$(CONFIG_XVID) += libxvidff.o libxvid_rc.o
+OBJS-$(CONFIG_LIBX264) += libx264.o
+OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o
OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list