summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-09 15:44:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-09 15:44:15 +0000
commit0355c449220c676542d1cdf5ace47a57d0c59fe9 (patch)
tree20d540e18c4318206af215b8cebec1c07c75ed09
parent458adbba9971373e9603837236950a000563f6e7 (diff)
downloadmpv-0355c449220c676542d1cdf5ace47a57d0c59fe9.tar.bz2
mpv-0355c449220c676542d1cdf5ace47a57d0c59fe9.tar.xz
CamStudio codec support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17354 b3059339-0415-0410-9bf9-f77b7e298cf2
-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"