Added a runtime option to use a dummy threading implementation that uses
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Jun 2002 14:50:00 +0000 (14:50 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Jun 2002 14:50:00 +0000 (14:50 +0000)
commit69b7a292d63e7393bed685ced4e5e24fda6cd964
tree5c76c554a482cd582f5887441511bdffb29584f1
parent694b7ee9126e6252bcfe3a6912f902d0dcff8367
Added a runtime option to use a dummy threading implementation that uses

Original commit message from CVS:
Added a runtime option to use a dummy threading implementation that uses
NOPs for all synchronisation and threading operations.
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gstthread.c
gst/gstthreaddummy.c [new file with mode: 0644]