Browse Source

Revert "contrib: mad: remove outdated autotools files"

This reverts commit f78156c1e8.

It seems removing the aclocal.m4 is not needed anymore.
The Makefile.in will be generated anyway since we run RECONF.
pull/163/head
Steve Lhomme 2 years ago
parent
commit
ca3f3d3ffb
  1. 1
      contrib/src/mad/rules.mak

1
contrib/src/mad/rules.mak

@ -42,7 +42,6 @@ endif
$(APPLY) $(SRC)/mad/mad-mips-h-constraint-removal.patch
$(APPLY) $(SRC)/mad/mad-foreign.patch
$(APPLY) $(SRC)/mad/check-bitstream-length.patch
cd $(UNPACK_DIR) && rm -rf aclocal.m4 Makefile.in
$(MOVE)
.mad: libmad

Loading…
Cancel
Save