From ec53e1109a65dca91cc8419f26f0f44c0cf5cdb8 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 8 Sep 2006 17:24:48 +0000
Subject: [PATCH] Remove empty variable declaration.

Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index eb413951db6..0ee9805a147 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
 
-- 
GitLab