Skip to content

Instantly share code, notes, and snippets.

@rriemann
Created February 20, 2012 13:25
Show Gist options
  • Save rriemann/1869181 to your computer and use it in GitHub Desktop.
Save rriemann/1869181 to your computer and use it in GitHub Desktop.
installing picard from source
## 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