summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-06 18:56:14 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-06 18:56:14 +0000
commit9097a8e48d647d873164923dac584a1ec6b2e273 (patch)
tree17fefa9ea25f42902c679c8cf5fa01f74f4bdd40 /libavcodec/Makefile
parente5f0be5a0c86c7c6071e34e8da4898f3957c43f7 (diff)
downloadffmpeg-streaming-9097a8e48d647d873164923dac584a1ec6b2e273.zip
ffmpeg-streaming-9097a8e48d647d873164923dac584a1ec6b2e273.tar.gz
Add some forgotten lib prefixes to Makefile variables.
Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud