mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
configure fix from ronald
Original commit message from CVS: configure fix from ronald
This commit is contained in:
parent
5d934c02f0
commit
beb8bf1eb6
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ main (int argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
{
|
{
|
||||||
MPEG2EncOptions *options = new MPEG2EncOptions ();
|
MPEG2EncOptions *options = new MPEG2EncOptions ();
|
||||||
MPEG2Encoder *encoder = new MPEG2Encoder (*options);
|
MPEG2Encoder encoder (*options);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
],[
|
],[
|
||||||
|
|
Loading…
Reference in a new issue