mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
Remove superfluous empty variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21120 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
91a713bcc7
commit
d52d16f96e
@ -29,7 +29,6 @@ SRCS=af.c \
|
||||
window.c \
|
||||
$(AF_SRCS) \
|
||||
|
||||
LIBAV_INC =
|
||||
ifeq ($(CONFIG_LIBAVUTIL),yes)
|
||||
LIBAV_INC += -I../libavutil
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -79,7 +79,6 @@ MUXERS = muxer.c \
|
||||
muxer_rawaudio.c \
|
||||
muxer_rawvideo.c \
|
||||
|
||||
LIBAV_INC =
|
||||
ifeq ($(CONFIG_LIBAVUTIL),yes)
|
||||
LIBAV_INC += -I../libavutil
|
||||
endif
|
||||
|
@ -15,7 +15,6 @@ SRCS=aclib.c \
|
||||
vo_yuv4mpeg.c \
|
||||
$(VO_SRCS) \
|
||||
|
||||
LIBAV_INC =
|
||||
ifeq ($(CONFIG_LIBAVUTIL),yes)
|
||||
LIBAV_INC += -I../libavutil
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user