gst-plugins-mythtv/tests/compile-myth-tests.sh
author |
rosfran |
|
Wed Jan 17 20:08:44 2007 +0000 (2007-01-17) |
branch | trunk |
changeset 272 |
8cab5caf8d09 |
parent 3 |
265cdb1c59e3
|
permissions |
-rwxr-xr-x |
[svn r273] Fixes the timeout bug, it uses to happen in some network topologies, like the WLANs, which throws TIMED_OUT sockets when trying to opening them.
leo_sobral@2
|
1 |
#! /bin/sh
|
leo_sobral@2
|
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
|
leo_sobral@2
|
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
|