]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-gcc4.patch
- build fix.
[packages/faad2.git] / faad2-gcc4.patch
CommitLineData
dbdcd4d9
PS
1--- faad2/common/mp4ff/mp4ff.c.orig 2004-01-11 16:52:18.000000000 +0100
2+++ faad2/common/mp4ff/mp4ff.c 2005-03-17 17:04:10.000000000 +0100
3@@ -87,7 +87,7 @@
4 if (ff) free(ff);
5 }
6
7-static void mp4ff_track_add(mp4ff_t *f)
8+void mp4ff_track_add(mp4ff_t *f)
9 {
10 f->total_tracks++;
11
This page took 0.078766 seconds and 4 git commands to generate.