]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/armv4l/mpegvideo_arm.c
Fix regression introduced by r12929.
[ffmpeg] / libavcodec / armv4l / mpegvideo_arm.c
index 22d40d8bcfe075438712d4d2c90df3c856b9b4a2..0aca43557b6a31473b9e8065910db445a2ceddcb 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
-#include "../dsputil.h"
-#include "../mpegvideo.h"
-#include "../avcodec.h"
+#include "dsputil.h"
+#include "mpegvideo.h"
+#include "avcodec.h"
 
 extern void MPV_common_init_iwmmxt(MpegEncContext *s);
 extern void MPV_common_init_armv5te(MpegEncContext *s);
@@ -29,7 +28,7 @@ extern void MPV_common_init_armv5te(MpegEncContext *s);
 void MPV_common_init_armv4l(MpegEncContext *s)
 {
     /* IWMMXT support is a superset of armv5te, so
-     * allow optimised functions for armv5te unless
+     * allow optimized functions for armv5te unless
      * a better iwmmxt function exists
      */
 #ifdef HAVE_ARMV5TE