summaryrefslogtreecommitdiff
blob: c1a2b66e719054804bc8124919aa828bbfc7807e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile.orig	2004-01-30 04:29:32.359312208 -0500
+++ Makefile	2004-01-30 04:29:38.376397472 -0500
@@ -48,9 +48,6 @@
 capture/mpeg.so: capture/mpeg.c
 	- $(CC) $(FEATURES) -g -fPIC -shared -o $@ $? -lfame
 
-capture/divx.so: capture/divx.c
-	- $(CC) $(FEATURES) -g -fPIC -shared -o $@ $? -ldivxencore
-
 capture/divx2.so: capture/divx2.cpp
 	- $(CPP) $(FEATURES) -g -fPIC -shared -o $@ $?