diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-02 23:55:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:00:10 +0200 |
commit | ad0e31f1346bacdb04341a07375ff597dea8b2e2 (patch) | |
tree | 567c088a580924ddcee8923a7294e1eb7681a4db /libavformat/Makefile | |
parent | 80391552c9a308222dd3c75ec4174f962b1bf627 (diff) | |
download | ffmpeg-ad0e31f1346bacdb04341a07375ff597dea8b2e2.tar.gz |
build: prettyprinting cosmetics
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 9682ece804..681ea1ba9a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -4,6 +4,8 @@ FFLIBS = avcodec avutil HEADERS = avformat.h avio.h version.h OBJS = allformats.o \ + avio.o \ + aviobuf.o \ cutils.o \ id3v1.o \ id3v2.o \ @@ -329,8 +331,6 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o OBJS-$(CONFIG_LIBRTMP) += librtmp.o # protocols I/O -OBJS+= avio.o aviobuf.o - OBJS-$(CONFIG_APPLEHTTP_PROTOCOL) += hlsproto.o OBJS-$(CONFIG_CONCAT_PROTOCOL) += concat.o OBJS-$(CONFIG_CRYPTO_PROTOCOL) += crypto.o |