[SCM] gpac/master: Export gf_isom_set_pixel_aspect_ratio in libgpac.so.3

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Apr 6 18:33:47 UTC 2014


The following commit has been merged in the master branch:
commit ffdc45e1616e9094e73ca510708c3b4271ce99c0
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Apr 6 12:03:33 2014 -0400

    Export gf_isom_set_pixel_aspect_ratio in libgpac.so.3
    
    Libx264 references this method and breaks when trying to link against it
    dynamically.

diff --git a/debian/patches/export_gf_isom_set_pixel_aspect_ratio.patch b/debian/patches/export_gf_isom_set_pixel_aspect_ratio.patch
new file mode 100644
index 0000000..af9aa9e
--- /dev/null
+++ b/debian/patches/export_gf_isom_set_pixel_aspect_ratio.patch
@@ -0,0 +1,14 @@
+Description: export gf_isom_set_pixel_aspect_ratio
+ At least libx264 depends on it, and breaks when not linking statically
+Author: Reinhard Tartler <siretart at tauware.de>
+
+--- gpac-0.5.0+svn5194~dfsg1.orig/src/isomedia/isom_write.c
++++ gpac-0.5.0+svn5194~dfsg1/src/isomedia/isom_write.c
+@@ -1209,6 +1209,7 @@ GF_Err gf_isom_set_visual_info(GF_ISOFil
+ 	}
+ }
+ 
++GF_EXPORT
+ GF_Err gf_isom_set_pixel_aspect_ratio(GF_ISOFile *movie, u32 trackNumber, u32 StreamDescriptionIndex, u32 hSpacing, u32 vSpacing)
+ {
+ 	GF_Err e;
diff --git a/debian/patches/series b/debian/patches/series
index b452163..49b48c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 mp4box-manpage-fix.patch
 gcc-optflags.patch
 libav10.patch
+export_gf_isom_set_pixel_aspect_ratio.patch

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list