diff options
Diffstat (limited to 'liba52/Makefile')
-rw-r--r-- | liba52/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/liba52/Makefile b/liba52/Makefile index 0024c30a6a..a865235f43 100644 --- a/liba52/Makefile +++ b/liba52/Makefile @@ -1,9 +1,9 @@ -LIBNAME = liba52.a +LIBNAME_COMMON = liba52.a include ../config.mak -SRCS = crc.c \ +SRCS_COMMON = crc.c \ resample.c \ bit_allocate.c \ bitstream.c \ @@ -13,7 +13,7 @@ SRCS = crc.c \ include ../mpcommon.mak -test: $(LIBNAME) test.c +test: $(LIBNAME_COMMON) test.c $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm distclean:: |