gst-plugins-mythtv/tests/compile-myth-tests.sh
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
parent 3 265cdb1c59e3
permissions -rwxr-xr-x
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
     1 #! /bin/sh
     2 gcc `pkg-config --cflags maemo-myth-0.1 gobject-2.0 glib-2.0 gtk+-2.0 gstreamer-base-0.10 gstreamer-0.10 gstreamer-dataprotocol-0.10 gstreamer-plugins-base-0.10 gstreamer-net-0.10` -DDO_TESTING -c myth_file_transfer.c
     3 gcc `pkg-config --cflags --libs maemo-myth-0.1 gobject-2.0 glib-2.0 gtk+-2.0 gstreamer-base-0.10 gstreamer-0.10` -DDO_TESTING -o mmyth-tests myth_file_transfer.o