summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3870986d42..3edeb53b4d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -4,6 +4,9 @@
#
include ../config.mak
+NAME = avformat
+FFLIBS = avcodec avutil
+
OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
HEADERS = avformat.h avio.h rtsp.h rtspcodes.h
@@ -190,8 +193,4 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
-FFLIBS = avcodec avutil
-
-NAME=avformat
-
include ../common.mak