blob: c10ec816170f0e14c39a02dc959bd846fc9476da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru softplay-0.0.2-orig/SoftPlayer.h softplay-0.0.2/SoftPlayer.h
--- softplay-0.0.2-orig/SoftPlayer.h 2006-08-15 22:40:17.294195810 +0200
+++ softplay-0.0.2/SoftPlayer.h 2006-08-15 22:40:27.411167499 +0200
@@ -17,7 +17,7 @@
#include <avformat.h>
-#include "../softdevice/softdevice.h"
+#include "softdevice.h"
#include "PlayList.h"
class cSoftPlayer : public cPlayer, cThread {
|