1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/cuberok/files/patch-src-player_ffmpeg.h
William Grzybowski 0dc807f50a audio/cuberok: link using ffmpeg0
- Link using ffmpeg0

Approved by:	portmgr (bapt, implicit)
2013-10-08 22:39:08 +00:00

17 lines
380 B
C++

--- src/player_ffmpeg.h.orig 2009-07-10 03:14:03.000000000 -0300
+++ src/player_ffmpeg.h 2013-10-08 19:36:06.326157022 -0300
@@ -23,13 +23,8 @@
#include <QtCore>
#include "player.h"
extern "C" {
-#ifdef WIN32
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
-#else
-#include <avcodec.h>
-#include <avformat.h>
-#endif
}
class PlayThread : public QThread