summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 11:25:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 11:25:44 +0000
commitd52d16f96ed6f67a4717d11bd4eb4b00c332f4f6 (patch)
tree876c1728b8097035fa9d310406a7cf86ae566e59
parent91a713bcc74ef9a94ff6d0f82b7a301676f81198 (diff)
downloadmpv-d52d16f96ed6f67a4717d11bd4eb4b00c332f4f6.tar.bz2
mpv-d52d16f96ed6f67a4717d11bd4eb4b00c332f4f6.tar.xz
Remove superfluous empty variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21120 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libaf/Makefile1
-rw-r--r--libmpcodecs/Makefile1
-rw-r--r--libmpdemux/Makefile1
-rw-r--r--libvo/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 6f7b4b5c0b..e923f258af 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -29,7 +29,6 @@ SRCS=af.c \
window.c \
$(AF_SRCS) \
-LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)
LIBAV_INC += -I../libavutil
endif
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index c016c85894..d91cefd95a 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -267,7 +267,6 @@ ifeq ($(CONFIG_MP3LAME),yes)
ENCODER_SRCS += ae_lame.c
endif
-LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)
LIBAV_INC += -I../libavutil
endif
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 7af5118a00..5214e86bcf 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -79,7 +79,6 @@ MUXERS = muxer.c \
muxer_rawaudio.c \
muxer_rawvideo.c \
-LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)
LIBAV_INC += -I../libavutil
endif
diff --git a/libvo/Makefile b/libvo/Makefile
index 868c37da3e..8ac11519ab 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -15,7 +15,6 @@ SRCS=aclib.c \
vo_yuv4mpeg.c \
$(VO_SRCS) \
-LIBAV_INC =
ifeq ($(CONFIG_LIBAVUTIL),yes)
LIBAV_INC += -I../libavutil
endif