]> git.sesse.net Git - ffmpeg/commitdiff
Add some forgotten lib prefixes to Makefile variables.
authorDiego Biurrun <diego@biurrun.de>
Wed, 6 Jun 2007 18:56:14 +0000 (18:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 6 Jun 2007 18:56:14 +0000 (18:56 +0000)
Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 796682c52ad2368f672f49a1288a2952933c1355..dd4d1798c80b9d132e889ab31e24aedccdd8539e 100644 (file)
@@ -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