mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-17 22:05:03 +01:00
16 lines
320 B
Diff
16 lines
320 B
Diff
--- a/lib/codec_ffmpeg.c 2009-12-13 00:24:40.697018481 +0100
|
|
+++ b/lib/codec_ffmpeg.c 2009-12-13 00:25:07.013018551 +0100
|
|
@@ -22,12 +22,7 @@
|
|
|
|
#include "codec_ffmpeg.h"
|
|
#include "iaxclient_lib.h"
|
|
-
|
|
-#ifdef WIN32
|
|
#include "libavcodec/avcodec.h"
|
|
-#else
|
|
-#include <ffmpeg/avcodec.h>
|
|
-#endif
|
|
|
|
struct slice_header_t
|
|
{
|
|
|