summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
-rw-r--r--etc/codecs.conf8
2 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index e1659c8d8e..6659b44f1e 100755
--- a/configure
+++ b/configure
@@ -7796,6 +7796,9 @@ $_def_enca
/* liblzo support */
$_def_liblzo
+#ifdef USE_LIBLZO
+#define CONFIG_LZO 1
+#endif
/* libmad support */
$_def_mad
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 7a8955df20..1f4177578c 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1785,6 +1785,14 @@ videocodec camtasia
dll "tsccvid.dll"
out BGR32,BGR24,BGR15,BGR8 query,flip
+videocodec ffcamstudio
+ info "CamStudio Screen Codec"
+ status working
+ fourcc CSCD,cscd
+ driver ffmpeg
+ dll "camstudio"
+ out BGR32,BGR24,BGR16 query
+
; Fraps - Realtime Video Capture - http://www.fraps.com/
videocodec fraps
info "FRAPS: Realtime Video Capture"