comparison libaf/Makefile @ 21104:b437b582250d

Remove superfluous empty variable declaration.
author diego
date Tue, 21 Nov 2006 11:25:44 +0000
parents 618d1857f4c4
children 68df3b19a160
comparison
equal deleted inserted replaced
21103:a6fcc086fb67 21104:b437b582250d
27 filter.c \ 27 filter.c \
28 format.c \ 28 format.c \
29 window.c \ 29 window.c \
30 $(AF_SRCS) \ 30 $(AF_SRCS) \
31 31
32 LIBAV_INC =
33 ifeq ($(CONFIG_LIBAVUTIL),yes) 32 ifeq ($(CONFIG_LIBAVUTIL),yes)
34 LIBAV_INC += -I../libavutil 33 LIBAV_INC += -I../libavutil
35 endif 34 endif
36 ifeq ($(CONFIG_LIBAVCODEC),yes) 35 ifeq ($(CONFIG_LIBAVCODEC),yes)
37 LIBAV_INC += -I../libavcodec 36 LIBAV_INC += -I../libavcodec