summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
blob: 1d3272a5ee00ab5e520c880a2509b7c59c7f861d (plain)
1
2
3
4
5
6
7
8
9
10
11
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