summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 04:42:42 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 04:42:42 +0000
commit5de470e9d0fed768d7d10bbfff152564024c02be (patch)
tree1de83b3e4754fcc37c6674f7150c61797c123325 /liba52/Makefile
parent2e050f9caa480f8b6abc4cffbdcd477eec508687 (diff)
downloadmpv-5de470e9d0fed768d7d10bbfff152564024c02be.tar.bz2
mpv-5de470e9d0fed768d7d10bbfff152564024c02be.tar.xz
CRC code ported from libac3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3891 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52/Makefile')
-rw-r--r--liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 671b6ad227..0456440725 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -3,7 +3,7 @@ LIBNAME = liba52.a
include ../config.mak
-SRCS = resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
+SRCS = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
OBJS = $(SRCS:.c=.o)
CFLAGS = $(MLIB_INC) $(OPTFLAGS)