diff options
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index c034296..0a3beaa 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -3,7 +3,9 @@ include $(SUBDIR)../config.mak NAME = avformat FFLIBS = avcodec avutil -HEADERS = avformat.h avio.h version.h +HEADERS = avformat.h \ + avio.h \ + version.h \ OBJS = allformats.o \ avio.o \ @@ -378,4 +380,8 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h TESTPROGS = seek -TOOLS = aviocat ismindex pktdumper probetest + +TOOLS = aviocat \ + ismindex \ + pktdumper \ + probetest \ |