comparison bfin/vp3_bfin.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 95916a621536
children cf4d575b1982
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "avcodec.h" 21 #include "libavcodec/avcodec.h"
22 #include "dsputil.h" 22 #include "libavcodec/dsputil.h"
23 #include "dsputil_bfin.h" 23 #include "dsputil_bfin.h"
24 24
25 extern void ff_bfin_vp3_idct (DCTELEM *block) attribute_l1_text; 25 extern void ff_bfin_vp3_idct (DCTELEM *block) attribute_l1_text;
26 extern void ff_bfin_idct (DCTELEM *block) attribute_l1_text; 26 extern void ff_bfin_idct (DCTELEM *block) attribute_l1_text;
27 extern void ff_bfin_add_pixels_clamped (DCTELEM *block, uint8_t *dest, int line_size) attribute_l1_text; 27 extern void ff_bfin_add_pixels_clamped (DCTELEM *block, uint8_t *dest, int line_size) attribute_l1_text;