diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-20 13:24:29 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-20 13:24:29 +0000 |
commit | 8102023d0bb21deaff27b1931d8ecc78ea709ed3 (patch) | |
tree | 93200bd698975ffdc1fd95bf3edbb929ca24c701 /ChangeLog | |
parent | debbed3bff170171fb62938067259d931a041222 (diff) | |
download | gst-plugins-bad-8102023d0bb21deaff27b1931d8ecc78ea709ed3.tar.gz gst-plugins-bad-8102023d0bb21deaff27b1931d8ecc78ea709ed3.tar.bz2 gst-plugins-bad-8102023d0bb21deaff27b1931d8ecc78ea709ed3.zip |
Fix compilation on generic x86/amd64 and include deinterlace2 in the build system. Because of several bugs it's still...
Original commit message from CVS:
* configure.ac:
* gst/deinterlace2/Makefile.am:
* gst/deinterlace2/tvtime/greedyh.asm:
* gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
Fix compilation on generic x86/amd64 and include deinterlace2 in the
build system. Because of several bugs it's still enabled only
by --enable-experimental.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-06-20 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * configure.ac: + * gst/deinterlace2/Makefile.am: + * gst/deinterlace2/tvtime/greedyh.asm: + * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: + Fix compilation on generic x86/amd64 and include deinterlace2 in the + build system. Because of several bugs it's still enabled only + by --enable-experimental. + 2008-06-20 Jan Schmidt <jan.schmidt@sun.com> * ext/resindvd/resindvdsrc.c: |