fix mplex configure check (bug #140994)

Original commit message from CVS:
fix mplex configure check (bug #140994)
This commit is contained in:
Arwed v. Merkatz 2004-11-13 14:13:26 +00:00
parent 89b2d4dba8
commit 1e84e269b8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
* configure.ac:
fix mplex configure check segfaulting on some systems (bug #140994)
2004-11-13 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):

View file

@ -1342,7 +1342,7 @@ main (int argc,
vector<IBitStream *> inputs;
job->SetupInputStreams (inputs);
TestOutputStream *out = new TestOutputStream ();
Multiplexor mux (*job, *out);
Multiplexor *mux = new Multiplexor(*job, *out);
return 0;
}
],[