ffmpeg (0.cvs20060306-3) unstable; urgency=low
- Switched patch system to quilt.
- debian/control:
+ Build-depend on quilt.
- 005_altivec_flags.diff: (new patch from old diff.gz) proper gcc flags to
only generate AltiVec? code when explicitely asked.
- 005_m68k_workaround.diff: (new patch from old diff.gz) use -O2 instead of
-O3 on m68k.
- 005_runtime_cpudetect.diff: (new patch from old diff.gz) fix runtime CPU
detection on m68k and x86.
- 010_ffmpeg-config.diff: (new patch from old diff.gz) the ffmpeg-config
script and associated manpage (legacy).
- 010_shared_library_versioning.diff: (new patch from old diff.gz) use a
Debian-specific scheme for shared library versioning to avoid spreading
libraries incompatible with every other version.
- 020_mmx_intrinsics.diff: (new patch from old diff.gz) use MMX intrinsics
in dsputil_mmx.c because gcc is unable to compute some register constraints
in PIC mode.
- 020_mmx_pic_code.diff: (new patch from old diff.gz) ported some MMX code
to be PIC.