mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpegpes and doesn't like libvo2 =).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2899 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
48d15985bf
commit
b7f83d94c2
1
configure
vendored
1
configure
vendored
@ -2531,6 +2531,7 @@ else
|
||||
_volib='-Llibvo -lvo'
|
||||
_voinc='-Ilibvo'
|
||||
_vodir='libvo'
|
||||
_aosrc=$_aosrc' ao_mpegpes.c'
|
||||
fi
|
||||
|
||||
if test "$_dxr3" = yes ; then
|
||||
|
@ -4,7 +4,7 @@ include config.mak
|
||||
LIBNAME = libao2.a
|
||||
|
||||
# TODO: moveout ao_sdl.c so it's only used when SDL is detected
|
||||
SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
|
||||
SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
|
||||
OBJS=$(SRCS:.c=.o)
|
||||
|
||||
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)
|
||||
|
Loading…
Reference in New Issue
Block a user