Mercurial > mplayer.hg
view liba52/Makefile @ 25004:98ca15113cc6
Replace stupid "unsigned long" by the correct uint32_t.
Makes 2xsai work on 64 bit architectures (displayed video doubled horizontally
before).
author | reimar |
---|---|
date | Mon, 12 Nov 2007 20:44:06 +0000 |
parents | afb7111123bb |
children | 853622d14aa4 |
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 ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm