diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-24 09:40:03 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-24 09:40:03 +0000 |
commit | e02d4969cb8e4f6a1ec178ebdb8a9708b857c883 (patch) | |
tree | 4b84ee760b225b0590178dcef6b64fd6a7e51e32 /ChangeLog | |
parent | 6fd4ed3965ecfebdcba954ccb97d9464f3bd12d7 (diff) | |
download | gst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.tar.gz gst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.tar.bz2 gst-plugins-bad-e02d4969cb8e4f6a1ec178ebdb8a9708b857c883.zip |
gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS where they belong.
Original commit message from CVS:
* gst/deinterlace2/Makefile.am:
Move the assembly includes to noinst_HEADERS where they belong.
* gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
(deinterlace_line_mmx):
Fix C and MMX implementations a bit more.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/deinterlace2/Makefile.am: + Move the assembly includes to noinst_HEADERS where they belong. + + * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c), + (deinterlace_line_mmx): + Fix C and MMX implementations a bit more. + +2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/deinterlace2/tvtime/greedy.c: (deinterlace_greedy_packed422_scanline_c), (deinterlace_greedy_packed422_scanline_mmxext), |