view libao2/Makefile @ 23886:5af94a1df41e

Removing global variables from tv:// Step 5: removing references to old globals from tvi_v4l2.c
author voroshil
date Sun, 29 Jul 2007 10:21:48 +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