]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qtrle.c
Add mipsel architecture that differs from mips in endianness.
[ffmpeg] / libavcodec / qtrle.c
index 5c6ccb4fb1e2e00e86019879f78957e695a6b0be..06ea48ed6347202db87ca8ac93bf8a1fad30abc0 100644 (file)
@@ -17,7 +17,6 @@
  * 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
- *
  */
 
 /**
@@ -37,7 +36,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "common.h"
 #include "avcodec.h"
 #include "dsputil.h"