diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-09-08 17:24:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-09-08 17:24:48 +0000 |
commit | ec53e1109a65dca91cc8419f26f0f44c0cf5cdb8 (patch) | |
tree | 5232e3564dca738480487e95960a05c27416b5a7 | |
parent | ca373eb7e4b8941f7999d12cec636be80dcca49f (diff) | |
download | ffmpeg-ec53e1109a65dca91cc8419f26f0f44c0cf5cdb8.tar.gz |
Remove empty variable declaration.
Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index eb413951db..0ee9805a14 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -9,7 +9,6 @@ CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \ -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE OBJS= utils.o cutils.o os_support.o allformats.o -CPPOBJS= HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h |