]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - codec.c
Omkize streamer
[frescor/streamer.git] / codec.c
diff --git a/codec.c b/codec.c
index ed127207e0aeafd59d4ce072cab7b54da6f941d6..849656218dc9db31a632a3dd0267dd874f6c7994 100644 (file)
--- a/codec.c
+++ b/codec.c
@@ -3,9 +3,13 @@
  *
  *  This is free software; see GPL.txt
  */
-#include "libavformat/avformat.h"
+/*#include "libavformat/avformat.h"
 #include "libavcodec/avcodec.h"
-#include "libswscale/swscale.h"
+#include "libswscale/swscale.h"*/
+
+#include <avformat.h>
+#include <avcodec.h>
+#include <swscale.h>
 
 struct resample_data {
   struct SwsContext *resample_ctx;