diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-02 00:08:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-02 00:08:36 +0000 |
commit | bf22a10901237eae9577e1bb74e81cdbe6d9b19c (patch) | |
tree | 4e82ac379a1da5ff3327f7a82e40d3f1ab14e930 /libavformat/Makefile | |
parent | 72be9e73ae76769d1fa6b11f8086d5ad429ae2ed (diff) | |
download | ffmpeg-bf22a10901237eae9577e1bb74e81cdbe6d9b19c.tar.gz |
cosmetics: sort()
Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 421a3558e8..69c73e50b0 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -106,10 +106,10 @@ OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ - oggparsevorbis.o \ - oggparsetheora.o \ oggparseflac.o \ oggparseogm.o \ + oggparsetheora.o \ + oggparsevorbis.o \ riff.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o |