view libao2/Makefile @ 24378:9cea788cf2b3

warning fix: sub.c: In function 'vo_update_text_teletext': sub.c:293: warning: implicit declaration of function 'GetTimer'
author diego
date Mon, 10 Sep 2007 11:10:50 +0000
parents 090ec2169aee
children
line wrap: on
line source

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