mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
dc2be42703
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
158 B
Makefile
12 lines
158 B
Makefile
include ../config.mak
|
|
|
|
LIBNAME = libao2.a
|
|
|
|
SRCS=audio_out.c \
|
|
ao_mpegpes.c \
|
|
ao_null.c \
|
|
ao_pcm.c \
|
|
$(AO_SRCS) \
|
|
|
|
include ../mpcommon.mak
|