Skip to content

Commit 689dee2

Browse files
author
Michael Kessler
committedSep 16, 2014
Added configure settings for ffmpeg and .gitignore.
1 parent 09dc369 commit 689dee2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pyc
2+
*.sw?
3+
*.qrc

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ xcorder
22
=======
33

44
X Window Recording Tool
5+
6+
ffmpeg configuration
7+
--------------------
8+
The ffmpeg configuration requires the following for xcorder to work properly:
9+
> --extra-libs=-lasound
10+
> --enable-x11grab

0 commit comments

Comments
 (0)
Please sign in to comment.