]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/armv4l/mpegvideo_arm.c
use previous qscale for intra_dc_threshold check
[ffmpeg] / libavcodec / armv4l / mpegvideo_arm.c
index 9c5d8bf862783a89c0ae908685dc552ced24db5d..263e3c5bc41b0dad9e30323cbfd2d5e0f7d12247 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  */
 
 #include "../mpegvideo.h"
 #include "../avcodec.h"
 
+extern void MPV_common_init_iwmmxt(MpegEncContext *s);
+
 void MPV_common_init_armv4l(MpegEncContext *s)
 {
+#ifdef HAVE_IWMMXT
+    MPV_common_init_iwmmxt(s);
+#endif
 }