diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
commit | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (patch) | |
tree | 38cbfc09931e59714b498a427ca50b5ab0d388d4 /audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c | |
parent | Update ports: japanese/yc.el (diff) |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
Notes
Notes:
svn path=/head/; revision=96268
Diffstat (limited to 'audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c')
-rw-r--r-- | audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c b/audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c deleted file mode 100644 index a425ae9b6471..000000000000 --- a/audio/vorbis-tools/files/patch-ogginfo_ogginfo2.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ogginfo/ogginfo2.c.orig Tue Jun 17 01:19:29 2003 -+++ ogginfo/ogginfo2.c Tue Jun 17 01:20:35 2003 -@@ -27,7 +27,7 @@ - #ifdef _WIN32 - #define INT64FORMAT "%I64d" - #else --#define INT64FORMAT "%Ld" -+#define INT64FORMAT "%lld" - #endif - - struct vorbis_release { |