ext/libcaca/gstcacasink.c: Fix width and height properties.
[platform/upstream/gst-plugins-good.git] / ext / libcaca / gstcacasink.h
index 0403b8b..f955f63 100644 (file)
@@ -26,6 +26,9 @@
 #include <gst/video/video.h>
 
 #include <caca.h>
+#ifdef CACA_API_VERSION_1
+#   include <caca0.h>
+#endif
 
 #ifdef __cplusplus
 extern "C" {