configure fix from ronald
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 23 Nov 2004 12:19:41 +0000 (12:19 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 23 Nov 2004 12:19:41 +0000 (12:19 +0000)
Original commit message from CVS:
configure fix from ronald

configure.ac

index 23d5c8e..9b19b2d 100644 (file)
@@ -1283,7 +1283,7 @@ main (int   argc,
       char *argv[])
 {
   MPEG2EncOptions *options = new MPEG2EncOptions ();
-  MPEG2Encoder *encoder = new MPEG2Encoder (*options);
+  MPEG2Encoder encoder (*options);
   return 0;
 }
         ],[