diff options
author | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-04 13:52:24 +0000 |
---|---|---|
committer | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-04 13:52:24 +0000 |
commit | 686109014e3193872ed5ad1c4668e877276bf439 (patch) | |
tree | 2297753a36cbc409bf870538be270916fa63f140 /libao2 | |
parent | cc4334f459c4e16e56e6cb826bfc8bcb7bc384c5 (diff) | |
download | mpv-686109014e3193872ed5ad1c4668e877276bf439.tar.bz2 mpv-686109014e3193872ed5ad1c4668e877276bf439.tar.xz |
improved DVB detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5488 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile index 0e106b6008..53c2a9e7eb 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -8,7 +8,7 @@ SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c p OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) .SUFFIXES: .c .o |