diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:41:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:41:06 +0000 |
commit | 37d5825f4e8c7f9113f3b2dc354b552fc83c6199 (patch) | |
tree | 59771f3e54689f5c728fbf8afb67b01d65aa43df /configure.ac | |
parent | 8308bfda7b4f0ea7220be307fb6dc1dc71284b6a (diff) |
whoops, wrong commit
Original commit message from CVS:
whoops, wrong commit
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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; } ],[ |