From f720de88e030035dc30e3a81741b60c16fd7508a Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 14 Nov 2004 11:12:00 +0000 Subject: configure.ac: Fix mpeg2enc configure check (similar to mplex check below). Original commit message from CVS: * configure.ac: Fix mpeg2enc configure check (similar to mplex check below). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9b19b2d9..23d5c8e2 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; } ],[ -- cgit