mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
5519d98983
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
216 B
Makefile
12 lines
216 B
Makefile
include ../config.mak
|
|
|
|
LIBNAME_MPLAYER = libao2.a
|
|
|
|
SRCS_MPLAYER = audio_out.c \
|
|
ao_mpegpes.c \
|
|
ao_null.c \
|
|
ao_pcm.c \
|
|
$(AO_SRCS) \
|
|
|
|
include ../mpcommon.mak
|