summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-10-26 23:30:41 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-10-26 23:30:41 +0200
commitc12c3facbd32c30267949ddf4eaa71ca5134718e (patch)
tree7d53d50c93238ad3869a0f8f94d75020bd27b196 /client/display_channel.cpp
parent48535714bfe126331c6eeaae220b4957d49c660a (diff)
downloadspice-c12c3facbd32c30267949ddf4eaa71ca5134718e.tar.gz
spice-c12c3facbd32c30267949ddf4eaa71ca5134718e.tar.xz
spice-c12c3facbd32c30267949ddf4eaa71ca5134718e.zip
fix build on Debian
Diffstat (limited to 'client/display_channel.cpp')
-rw-r--r--client/display_channel.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/display_channel.cpp b/client/display_channel.cpp
index 5d3a7afd..2e2e4f56 100644
--- a/client/display_channel.cpp
+++ b/client/display_channel.cpp
@@ -40,10 +40,7 @@
#include "red_gdi_canvas.h"
#endif
#include "platform_utils.h"
-
-extern "C" {
-#include "libavcodec/avcodec.h"
-}
+#include "ffmpeg_inc.h"
static Mutex avcodec_mutex;