diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-08 11:22:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-08 11:22:29 +0000 |
commit | f9e4ed19d20103220b51bf1d2bd661fc48224036 (patch) | |
tree | 79746cf84968cb288182b259b93e61df7427f825 /libavformat/Makefile | |
parent | 3240941b2552ec9b6373163240bb89a4bab40c50 (diff) | |
download | ffmpeg-f9e4ed19d20103220b51bf1d2bd661fc48224036.tar.gz |
Give Ogg muxer a lib prefix in the name like we do with all other formats
implemented through external libraries, plus rename the files accordingly.
Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 2bc7efc0d5..e97236c80c 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -113,7 +113,6 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparseflac.o \ oggparseogm.o \ riff.o -OBJS-$(CONFIG_OGG_MUXER) += ogg.o OBJS-$(CONFIG_OSS_DEMUXER) += audio.o OBJS-$(CONFIG_OSS_MUXER) += audio.o OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o @@ -161,6 +160,7 @@ OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o OBJS-$(CONFIG_LIBDC1394_DEMUXER) += libdc1394.o OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o riff.o OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o +OBJS-$(CONFIG_LIBOGG_MUXER) += libogg.o OBJS-$(CONFIG_VHOOK) += framehook.o |