[svn r17] compile-myth-tests.sh moved to tests dir. trunk
authorabnerf
Tue Sep 26 16:16:28 2006 +0100 (2006-09-26)
branchtrunk
changeset 16bd0908bf6a14
parent 15 0687d10b9612
child 17 b45e9fe9f593
[svn r17] compile-myth-tests.sh moved to tests dir.
gst-plugins-mythtv/compile-myth-tests.sh
gst-plugins-mythtv/tests/compile-myth-tests.sh
     1.1 --- a/gst-plugins-mythtv/compile-myth-tests.sh	Tue Sep 26 16:13:13 2006 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,3 +0,0 @@
     1.4 -#! /bin/sh
     1.5 -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
     1.6 -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
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gst-plugins-mythtv/tests/compile-myth-tests.sh	Tue Sep 26 16:16:28 2006 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +#! /bin/sh
     2.5 +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
     2.6 +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