blob: 56012ffd8b1359e67d81697f97c98b388602f9fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- Makefile.orig 2006-10-05 04:47:27.000000000 -0300
+++ Makefile 2006-10-05 04:47:57.000000000 -0300
@@ -624,10 +624,6 @@
tags tags-recursive uninstall uninstall-am uninstall-info-am
-rpm: Makefile
- make dist
- $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
- rm $(PACKAGE)-$(VERSION).tar.gz
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--- common/mp4ff/mp4ffint.h 2005-02-12 23:38:28.828890793 -0500
+++ common/mp4ff/mp4ffint.h 2005-02-12 23:41:01.618473068 -0500
@@ -301,7 +301,7 @@
mp4ff_t *mp4ff_open_edit(mp4ff_callback_t *f);
#endif
void mp4ff_close(mp4ff_t *ff);
-void mp4ff_track_add(mp4ff_t *f);
+static void mp4ff_track_add(mp4ff_t *f);
int32_t parse_sub_atoms(mp4ff_t *f, const uint64_t total_size);
int32_t parse_atoms(mp4ff_t *f);
|