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