summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia4/files/patch-tplay_control.cpp
blob: 4ea68a80a8c7a7e0d05a810767478324e66bd044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: mpeglib/example/yaf/yaftplay/tplay_control.cpp
===================================================================
RCS file: /home/kde/kdemultimedia/mpeglib/example/yaf/yaftplay/tplay_control.cpp,v
retrieving revision 1.3
diff -u -3 -p -r1.3 tplay_control.cpp
--- mpeglib/example/yaf/yaftplay/tplay_control.cpp	2002/11/22 21:52:54	1.3
+++ mpeglib/example/yaf/yaftplay/tplay_control.cpp	2002/11/28 08:55:41
@@ -29,7 +29,7 @@ using namespace std;
 #include "../../../lib/decoder/tplayPlugin.h"
 
 
-#if defined(HAVE_GETOPT_H) 
+#if defined(HAVE_GETOPT_H) && !defined(__FreeBSD__)
 #include <getopt.h>
 #endif