ocarina/libsaria/Sconscript
Bryan Schumaker beb9019057 libsaria: Switch to gstreamer 1.0
Gstreamer 1.0 has been out for a while and replaces gstreamer 0.10.
Let's make sure we use the most recent version going forward.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2012-11-08 08:09:05 -05:00

10 lines
289 B
Python

#!/usr/bin/python
import config
config.env.ParseConfig('pkg-config --cflags --libs gstreamer-0.10')
#config.env.ParseConfig('pkg-config --cflags --libs gstreamer-interfaces-0.10')
config.env.ParseConfig('pkg-config --cflags --libs taglib')
files = config.get_cpp_files()
Return('files')