configure fix from ronald
Original commit message from CVS: configure fix from ronald
This commit is contained in:
parent
f48c1f9fc3
commit
3543c1fd28
@ -1283,7 +1283,7 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
MPEG2EncOptions *options = new MPEG2EncOptions ();
|
||||
MPEG2Encoder *encoder = new MPEG2Encoder (*options);
|
||||
MPEG2Encoder encoder (*options);
|
||||
return 0;
|
||||
}
|
||||
],[
|
||||
|
Loading…
x
Reference in New Issue
Block a user