Mercurial > mplayer.hg
view liba52/Makefile @ 25608:3ada48a71450
Use a screensaver_off variable to save current state and avoid
uselessly disabling twice.
Also needed for a future patch.
author | reimar |
---|---|
date | Mon, 07 Jan 2008 12:18:17 +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