From beb8bf1eb6d26fdc4359683d22e51fdcc4fe6f97 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 23 Nov 2004 12:19:41 +0000 Subject: [PATCH] configure fix from ronald Original commit message from CVS: configure fix from ronald --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 23d5c8e28a..9b19b2d9a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1283,7 +1283,7 @@ main (int argc, char *argv[]) { MPEG2EncOptions *options = new MPEG2EncOptions (); - MPEG2Encoder *encoder = new MPEG2Encoder (*options); + MPEG2Encoder encoder (*options); return 0; } ],[