Mercurial > mplayer.hg
comparison Makefile @ 21106:b281f4a82031
Remove superfluous empty variable declaration.
author | diego |
---|---|
date | Tue, 21 Nov 2006 11:35:41 +0000 |
parents | a6fcc086fb67 |
children | 790256469dd7 |
comparison
equal
deleted
inserted
replaced
21105:1853a7b379e3 | 21106:b281f4a82031 |
---|---|
4 # * some minor problems with make clean and distclean were corrected | 4 # * some minor problems with make clean and distclean were corrected |
5 # * DVD support | 5 # * DVD support |
6 | 6 |
7 include config.mak | 7 include config.mak |
8 | 8 |
9 LIBAV_INC = | |
10 ifeq ($(CONFIG_LIBAVUTIL),yes) | 9 ifeq ($(CONFIG_LIBAVUTIL),yes) |
11 LIBAV_INC += -I./libavutil | 10 LIBAV_INC += -I./libavutil |
12 endif | 11 endif |
13 ifeq ($(CONFIG_LIBAVCODEC),yes) | 12 ifeq ($(CONFIG_LIBAVCODEC),yes) |
14 LIBAV_INC += -I./libavcodec | 13 LIBAV_INC += -I./libavcodec |