summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-11-23 12:19:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-11-23 12:19:41 +0000
commitbeb8bf1eb6d26fdc4359683d22e51fdcc4fe6f97 (patch)
tree94d01047625d7f41be6d82b1fc9a5ef1d0bcf01b
parent5d934c02f011a4167b3bc5ff6434e9416de0c57b (diff)
downloadgstreamer-plugins-bad-beb8bf1eb6d26fdc4359683d22e51fdcc4fe6f97.tar.gz
configure fix from ronald
Original commit message from CVS: configure fix from ronald
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23d5c8e28..9b19b2d9a 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;
}
],[