view liba52/Makefile @ 25968:c7f41f9e2eb8

Detect IceCast also by Icy-MetaInt header part in http_streaming_start(), as in fixup_open()
author reimar
date Fri, 15 Feb 2008 20:20:16 +0000
parents 853622d14aa4
children e9f5296505f0
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = liba52.a

SRCS_COMMON = crc.c \
              resample.c \
              bit_allocate.c \
              bitstream.c \
              downmix.c \
              imdct.c \
              parse.c \

include ../mpcommon.mak

test: test.c ../cpudetect.o $(LIBNAME_COMMON)
	$(CC) $(CFLAGS) -o $@ $^ -lm