blob: 3fe54b226181a542e2eaa7990bb6d8d2238bbbb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru softplay-cvs-20080421-orig/Makefile softplay-cvs-20080421/Makefile
--- softplay-cvs-20080421-orig/Makefile 2008-04-21 12:13:43.118686617 +0200
+++ softplay-cvs-20080421/Makefile 2008-04-21 12:14:07.148687085 +0200
@@ -62,7 +62,7 @@
### recent ffmpegs require -lavutil:
-LIBS += $(shell $(CXX) $(CXXFLAGS) $(INCLUDES) getFFmpegLibs.c -o getFFmpegLibs ; ./getFFmpegLibs)
+LIBS += -lavutil
### Implicit rules:
|