Created
February 20, 2012 13:25
-
-
Save rriemann/1869181 to your computer and use it in GitHub Desktop.
installing picard from source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## infos | |
zypper in libffmpeg-devel libofa0-devel | |
## build.cfg | |
[directshow] | |
libs = | |
cflags = | |
[avcodec] | |
libs = -lavcodec -lavformat | |
cflags = -DUSE_OLD_FFMPEG_LOCATIONS -I/usr/include/libavcodec -I/usr/include/libavfilter -I/usr/include/libavformat | |
[build] | |
with-avcodec = True | |
with-directshow = False | |
with-libofa = True | |
[libofa] | |
libs = -lofa | |
cflags = | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment