Mercurial > libavformat.hg
diff Makefile @ 2720:0c8ec988645c libavformat
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.
author | diego |
---|---|
date | Thu, 08 Nov 2007 11:22:29 +0000 |
parents | b22ba392ac21 |
children | 6b43751d7264 |
line wrap: on
line diff
--- a/Makefile Thu Nov 08 09:14:09 2007 +0000 +++ b/Makefile Thu Nov 08 11:22:29 2007 +0000 @@ -113,7 +113,6 @@ 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_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