configure.ac: Fix mpeg2enc configure check (similar to mplex check below).
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 14 Nov 2004 11:12:00 +0000 (11:12 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 14 Nov 2004 11:12:00 +0000 (11:12 +0000)
Original commit message from CVS:
* configure.ac:
Fix mpeg2enc configure check (similar to mplex check below).

ChangeLog
configure.ac

index 79ac692..795b9bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 9b19b2d..23d5c8e 100644 (file)
@@ -1283,7 +1283,7 @@ main (int   argc,
       char *argv[])
 {
   MPEG2EncOptions *options = new MPEG2EncOptions ();
-  MPEG2Encoder encoder (*options);
+  MPEG2Encoder *encoder = new MPEG2Encoder (*options);
   return 0;
 }
         ],[