- Sep 16, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Aug 16, 2018
-
-
Nicolas Dufresne authored
-
- Jul 20, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jul 19, 2018
- Jul 18, 2018
- May 17, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- May 14, 2018
- May 01, 2018
-
-
Jan Schmidt authored
-
Jan Schmidt authored
Don't pass a relative path to gas-preprocessor, always use an absolute path to make sure it's found
-
Jan Schmidt authored
Store the original AS environment variable passed to configure correctly, and export it so it's actually available to the sub-process when configuring the embedded ffmpeg
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 08, 2018
-
-
- Mar 06, 2018
-
-
Matthew Waters authored
Otherwise we will reference the dependant libraries with -lfoo rather than /path/to/libfoo.la which breaks with the Android-based .la parser which simply passes through all -l libraries. https://bugzilla.gnome.org/show_bug.cgi?id=786403
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 20, 2018
-
-
Matthew Waters authored
They fail with android NDK r16
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 12, 2018
-
-
This is properly handled by the previous commit now
-
-
- Feb 10, 2018
-
-
It's not going to work without special handling. Mask for now.
-
Edward Hervey authored
-
- Feb 08, 2018
-
-
Tim-Philipp Müller authored
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
-
- Feb 05, 2018
-
-
- Jan 30, 2018
-
-
- Jan 22, 2018
-
-
The documentation of libav says -Bsymbolic may be needed when building a shared library which links statically to libav. Fixes linking error on FreeBSD: gst-libav/gst-libs/ext/.libs/libavcodec.a(simple_idct10.o): relocation R_X86_64_PC32 against `ff_pw_1023' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value https://bugzilla.gnome.org/show_bug.cgi?id=791783
-
- Jan 13, 2018
-
-
Autotools automatically appends user CPPFLAGS after target CPPFLAGS. Also, it puts all CPPFLAGS before CFLAGS in final generated gcc compile command. The internal ffmpeg include paths need to come before any other external include paths to ensure we don't accidentally pickup external ffmpeg headers first (i.e. from user CPPFLAGS include paths). Thus, move the internal LIBAV include paths to LIBAV_CPPFLAGS so that they come before any user defined CPPFLAGS. This allows ffmpeg and gst-ffmpeg to coexist on users system. https://bugzilla.gnome.org/show_bug.cgi?id=789379
-
- Dec 14, 2017
-
-
Matthew Waters authored
From e8c7a71 to 3fa2c9e
-
- Nov 27, 2017
-
-
Matthew Waters authored
From 3f4aa96 to e8c7a71
-
- Oct 31, 2017
-
-
Sebastian Dröge authored
-