Commit 8d8ae906 authored by diego's avatar diego

Add some forgotten lib prefixes to Makefile variables.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9235 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2556e619
...@@ -285,8 +285,8 @@ OBJS-$(CONFIG_LIBGSM) += libgsm.o ...@@ -285,8 +285,8 @@ OBJS-$(CONFIG_LIBGSM) += libgsm.o
OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o
OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o
OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o
OBJS-$(CONFIG_X264) += libx264.o OBJS-$(CONFIG_LIBX264) += libx264.o
OBJS-$(CONFIG_XVID) += libxvidff.o libxvid_rc.o OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o
OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment