Skip to content

Instantly share code, notes, and snippets.

@lanoxx
Last active February 11, 2017 16:47
Show Gist options
  • Select an option

  • Save lanoxx/f9424dfeea22e7f2e6295adef608cfce to your computer and use it in GitHub Desktop.

Select an option

Save lanoxx/f9424dfeea22e7f2e6295adef608cfce to your computer and use it in GitHub Desktop.
PKG_CONFIG_PATH="../../../pkgconfig:/opt/gnome-build/lib/pkgconfig:/opt/gnome-build/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
CPPFLAGS="" CFLAGS="-Wall -g -ggdb -O0" LDFLAGS="-L/opt/gnome-build/lib " CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
/opt/gnome-build/bin/g-ir-scanner -v --namespace GstBase \
--nsversion=1.0 \
--warn-all \
--identifier-prefix=Gst \
--symbol-prefix=gst \
-I../../.. \
-I../../../libs \
-I../../.. \
-I../../../libs \
--c-include "gst/base/base.h" \
--add-include-path=../../../gst \
--library-path=../../../gst \
--library=libgstbase-1.0.la \
--include=Gst-1.0 \
--libtool="/bin/bash ../../../libtool" \
--pkg gstreamer-1.0 \
--pkg-export gstreamer-base-1.0 \
--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
--output GstBase-1.0.gir \
--verbose \
./base.h ./gstadapter.h ./gstbaseparse.h ./gstbasesink.h ./gstbasesrc.h ./gstbasetransform.h ./gstbitreader.h ./gstbytereader.h ./gstbytewriter.h ./gstcollectpads.h ./gstdataqueue.h ./gstflowcombiner.h ./gstpushsrc.h ./gstqueuearray.h ./gsttypefindhelper.h \
./gstadapter.c ./gstbaseparse.c ./gstbasesink.c ./gstbasesrc.c ./gstbasetransform.c ./gstbitreader.c ./gstbytereader.c ./gstbytewriter.c ./gstcollectpads.c ./gstdataqueue.c ./gstflowcombiner.c ./gstpushsrc.c ./gstqueuearray.c ./gsttypefindhelper.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment