diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-30 23:11:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-30 23:11:24 +0000 |
commit | 1e97ce4a3149fbf45f5d10e98a3000ef88f4653a (patch) | |
tree | 5f6663bc229b605971e7b15fcc1beae056f26a3b /libavformat/Makefile | |
parent | d8dfda7e511b85064b1a0faa589c97043c92cffa (diff) | |
download | ffmpeg-1e97ce4a3149fbf45f5d10e98a3000ef88f4653a.tar.gz |
cosmetics: Sort some lines, whitespace changes.
Originally committed as revision 10268 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 8accc8a220..84e5a23675 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -4,9 +4,9 @@ # include ../config.mak -CFLAGS+=-I$(SRC_PATH)/libavcodec +CFLAGS += -I$(SRC_PATH)/libavcodec -OBJS= utils.o cutils.o os_support.o allformats.o sdp.o +OBJS = allformats.o cutils.o os_support.o sdp.o utils.o HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h |