mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure.ac: Fix mpeg2enc configure check (similar to mplex check below).
Original commit message from CVS: * configure.ac: Fix mpeg2enc configure check (similar to mplex check below).
This commit is contained in:
parent
aea5a6b759
commit
83a1ad843a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* configure.ac:
|
||||
Fix mpeg2enc configure check (similar to mplex check below).
|
||||
|
||||
2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
|
||||
|
||||
reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
|
|
@ -1283,7 +1283,7 @@ main (int argc,
|
|||
char *argv[])
|
||||
{
|
||||
MPEG2EncOptions *options = new MPEG2EncOptions ();
|
||||
MPEG2Encoder encoder (*options);
|
||||
MPEG2Encoder *encoder = new MPEG2Encoder (*options);
|
||||
return 0;
|
||||
}
|
||||
],[
|
||||
|
|
Loading…
Reference in a new issue