]> git.pld-linux.org Git - packages/cuberok.git/blame_incremental - ffmpeg-headers.patch
- URL
[packages/cuberok.git] / ffmpeg-headers.patch
... / ...
CommitLineData
1--- cuberok-0.0.11/src/player_ffmpeg.h~ 2009-07-10 09:14:03.000000000 +0300
2+++ cuberok-0.0.11/src/player_ffmpeg.h 2009-11-13 12:00:21.295754017 +0200
3@@ -23,13 +23,8 @@
4 #include <QtCore>
5 #include "player.h"
6 extern "C" {
7-#ifdef WIN32
8 #include <libavcodec/avcodec.h>
9 #include <libavformat/avformat.h>
10-#else
11-#include <avcodec.h>
12-#include <avformat.h>
13-#endif
14 }
15
16 class PlayThread : public QThread
This page took 0.065147 seconds and 4 git commands to generate.