comparison alpha/simple_idct_alpha.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 744e91a36a23
children 72e109759617
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
24 * You should have received a copy of the GNU Lesser General Public 24 * You should have received a copy of the GNU Lesser General Public
25 * License along with FFmpeg; if not, write to the Free Software 25 * License along with FFmpeg; if not, write to the Free Software
26 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
27 */ 27 */
28 28
29 #include "libavcodec/dsputil.h"
29 #include "asm.h" 30 #include "asm.h"
30 #include "dsputil.h"
31 31
32 extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels, 32 extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
33 int line_size); 33 int line_size);
34 extern void (*add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels, 34 extern void (*add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
35 int line_size); 35 int line_size);