comparison i386/idct_sse2_xvid.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents f76581c16848
children 29bce9b314ec
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
36 * You should have received a copy of the GNU Lesser General Public License 36 * You should have received a copy of the GNU Lesser General Public License
37 * along with FFmpeg; if not, write to the Free Software Foundation, 37 * along with FFmpeg; if not, write to the Free Software Foundation,
38 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 38 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
39 */ 39 */
40 40
41 #include "dsputil.h" 41 #include "libavcodec/dsputil.h"
42 42
43 /*! 43 /*!
44 * @file idct_sse2_xvid.c 44 * @file idct_sse2_xvid.c
45 * @brief SSE2 idct compatible with xvidmmx 45 * @brief SSE2 idct compatible with xvidmmx
46 */ 46 */