diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-14 09:29:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-14 09:29:59 +0000 |
commit | 547972fdad363cc866c2448e2af37b925d63d4c2 (patch) | |
tree | 0fd998b23f6e841997a1e2cf0427620297e6f381 /libavutil | |
parent | 0cd05c0820e2a178a543c6f97729b8929c8483b2 (diff) | |
download | ffmpeg-547972fdad363cc866c2448e2af37b925d63d4c2.tar.gz |
cosmetics: sort()
Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index bb10fd6774..069912a258 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -4,8 +4,8 @@ OBJS = adler32.o \ aes.o \ base64.o \ crc.o \ - intfloat_readwrite.o \ fifo.o \ + intfloat_readwrite.o \ lls.o \ log.o \ lzo.o \ |