Skip to content
Snippets Groups Projects
Commit ec53e110 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove empty variable declaration.

Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ca373eb7
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \ ...@@ -9,7 +9,6 @@ CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
OBJS= utils.o cutils.o os_support.o allformats.o OBJS= utils.o cutils.o os_support.o allformats.o
CPPOBJS=
HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment