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
423b598ccc
commit
f720de88e0
@ -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…
x
Reference in New Issue
Block a user