summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-18 04:00:29 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-18 04:00:29 +0000
commit6682ec830bf04c126d8a523773ab6ed31f94a7d1 (patch)
tree65f2c314260d73a4ed8684c628f19488a13f1ead /liba52/Makefile
parent1db3d17b8a94eca8eff51d98086b7dfd2bf5a224 (diff)
downloadmpv-6682ec830bf04c126d8a523773ab6ed31f94a7d1.tar.bz2
mpv-6682ec830bf04c126d8a523773ab6ed31f94a7d1.tar.xz
runtime cpu detection for the idct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3580 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 9767aab5cc..671b6ad227 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -19,7 +19,7 @@ $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c -o test -L. -la52
+ $(CC) $(CFLAGS) test.c ../cpudetect.c -o test -L. -la52 -lm
test2: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52