Skip to content

Commit

Permalink
lpp: revert unnecessary added include
Browse files Browse the repository at this point in the history
seems to have been added during an ffmpeg merge, but is unused
  • Loading branch information
ulmus-scott committed Feb 10, 2022
1 parent 5f71271 commit 68c350a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/external/FFmpeg/libpostproc/postprocess.c
Expand Up @@ -91,8 +91,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
#include "libavutil/avstring.h"
#include "libavutil/ppc/util_altivec.h"

#include "libavutil/cpu.h"

#include "libavutil/ffversion.h"
const char postproc_ffversion[] = "FFmpeg version " FFMPEG_VERSION;

Expand Down

0 comments on commit 68c350a

Please sign in to comment.