summaryrefslogtreecommitdiffstats
path: root/libvo
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 /libvo
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile1
1 files changed, 0 insertions, 1 deletions
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