diff --git a/Makefile b/Makefile index 77178b9d1..464ccebbd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LDFLAGS ?= "" -CFLAGS ?= "-O0 -Wno-incompatible-function-pointer-types" +CFLAGS ?= "-O0 -Wno-incompatible-pointer-types" PYAV_PYTHON ?= python PYAV_PIP ?= pip