changeset 17353:0bc4869be931

CamStudio codec support
author reimar
date Mon, 09 Jan 2006 15:44:15 +0000
parents c53be30cbf73
children 60189cd9bbc8
files configure etc/codecs.conf
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jan 09 07:46:17 2006 +0000
+++ b/configure	Mon Jan 09 15:44:15 2006 +0000
@@ -7796,6 +7796,9 @@
 
 /* liblzo support */
 $_def_liblzo
+#ifdef USE_LIBLZO
+#define CONFIG_LZO 1
+#endif
 
 /* libmad support */
 $_def_mad
--- a/etc/codecs.conf	Mon Jan 09 07:46:17 2006 +0000
+++ b/etc/codecs.conf	Mon Jan 09 15:44:15 2006 +0000
@@ -1785,6 +1785,14 @@
   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"