diff --git a/configure.ac b/configure.ac index 9b19b2d9a3..23d5c8e28a 100644 --- a/configure.ac +++ b/configure.ac @@ -1283,7 +1283,7 @@ main (int argc, char *argv[]) { MPEG2EncOptions *options = new MPEG2EncOptions (); - MPEG2Encoder encoder (*options); + MPEG2Encoder *encoder = new MPEG2Encoder (*options); return 0; } ],[