1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
mpv/libao2/Makefile
diego dc2be42703 Merge common parts of all Makefiles into one file included by all.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-26 18:12:36 +00:00

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