projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67216ae
)
whoops, wrong commit
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 23 Nov 2004 12:41:06 +0000
(12:41 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 23 Nov 2004 12:41:06 +0000
(12:41 +0000)
Original commit message from CVS:
whoops, wrong commit
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9b19b2d9a39ed753dc7b51f9650e50742e414d56..23d5c8e28a2c205b7e99ff37db19f9a6d3ee0696 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1283,7
+1283,7
@@
main (int argc,
char *argv[])
{
MPEG2EncOptions *options = new MPEG2EncOptions ();
- MPEG2Encoder
e
ncoder (*options);
+ MPEG2Encoder
*encoder = new MPEG2E
ncoder (*options);
return 0;
}
],[