]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- obsolete, does nothing now (operators precedence bug fixed some time ago)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2007 12:04:44 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faad2-no-extension.patch -> 1.3

faad2-no-extension.patch [deleted file]

diff --git a/faad2-no-extension.patch b/faad2-no-extension.patch
deleted file mode 100644 (file)
index caf6d72..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- faad2/plugins/xmms/src/libmp4.c.orig       2006-08-07 20:47:45.000000000 +0200
-+++ faad2/plugins/xmms/src/libmp4.c    2006-08-23 23:50:29.267477000 +0200
-@@ -127,7 +127,7 @@
-     gchar*    extention;\r
\r
-     extention = strrchr(filename, '.');\r
--    if(extention &&\r
-+    if(extention && *extention &&\r
-        (!strncasecmp(extention, ".mp4", 4) || // official extention\r
-       !strncasecmp(extention, ".m4a", 4) ||   // Apple mp4 extention\r
-       !strncasecmp(extention, ".aac", 4)      // old MPEG2/4-AAC extention\r
This page took 0.040745 seconds and 4 git commands to generate.