Skip to content

Commit

Permalink
lpp: revert change to Makefile
Browse files Browse the repository at this point in the history
if ffmpeg doesn't need this, neither do we
  • Loading branch information
ulmus-scott committed Jun 14, 2022
1 parent f097c60 commit 0647c6d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mythtv/external/FFmpeg/libpostproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ NAME = postproc
DESC = FFmpeg postprocessing library
FFLIBS = avutil

# x86_32 needs -O1 -fomit-frame-pointer to compile inline asm
ifeq ($(ARCH_X86_32), yes)
CFLAGS += -fomit-frame-pointer
ifneq (, $(findstring debug, $(CCONFIG)))
CFLAGS += -O1
endif
endif

HEADERS = postprocess.h \
version.h \

Expand Down

0 comments on commit 0647c6d

Please sign in to comment.