diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 11:48:29 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 11:48:29 +0000 |
commit | c6ed0d26bb42885c0ee3231d5ce20cbfd098d193 (patch) | |
tree | 0a4734fb23c9546e6b484df66d706d9b88324a14 /stream | |
parent | 969612fd49cc5d3f023ed72237e6a3be2bfa1f2c (diff) | |
download | mpv-c6ed0d26bb42885c0ee3231d5ce20cbfd098d193.tar.bz2 mpv-c6ed0d26bb42885c0ee3231d5ce20cbfd098d193.tar.xz |
Remove unused LIBAV_INC variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21316 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile index 0ccbcc623f..816ac871e3 100644 --- a/stream/Makefile +++ b/stream/Makefile @@ -130,7 +130,7 @@ SRCS += stream_dvb.c SRCS += dvb_tune.c endif -CFLAGS = -I../loader $(LIBAV_INC) +CFLAGS = -I../loader include ../mpcommon.mak |