diff options
Diffstat (limited to 'media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff')
-rw-r--r-- | media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff b/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff new file mode 100644 index 000000000000..c10ec816170f --- /dev/null +++ b/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff @@ -0,0 +1,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 { |