mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8575 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e2d96e7083
commit
a24ab94f06
@ -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.. $(ARTS_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
|
||||
CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user