summaryrefslogtreecommitdiff
path: root/data/ffmpeg_
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
committerJay Freeman <saurik@saurik.com>2008-06-28 18:40:23 +0000
commit016418cd61ae9f4c2f210dfe3d7b077420129cd3 (patch)
treef7c3ee6a1d5ba6374d234f3f190059d4a6d47262 /data/ffmpeg_
parent7b493b4c1beda8311ab3e9454ad77d10bdeb1363 (diff)
Removed even more timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ffmpeg_')
-rw-r--r--data/ffmpeg_/timestamp.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/ffmpeg_/timestamp.diff b/data/ffmpeg_/timestamp.diff
new file mode 100644
index 000000000..266e7d614
--- /dev/null
+++ b/data/ffmpeg_/timestamp.diff
@@ -0,0 +1,11 @@
+diff -ru ffmpeg-export-2008-05-20/cmdutils.c ffmpeg-export-2008-05-20+iPhone/cmdutils.c
+--- ffmpeg-export-2008-05-20/cmdutils.c 2008-05-09 11:56:36.000000000 +0000
++++ ffmpeg-export-2008-05-20+iPhone/cmdutils.c 2008-06-19 04:35:45.000000000 +0000
+@@ -206,7 +206,6 @@
+ #if ENABLE_AVFILTER
+ fprintf(stderr, " libavfilter version: " AV_STRINGIFY(LIBAVFILTER_VERSION) "\n");
+ #endif
+- fprintf(stderr, " built on " __DATE__ " " __TIME__);
+ #ifdef __GNUC__
+ fprintf(stderr, ", gcc: " __VERSION__ "\n");
+ #else