Skip to content

Commit

Permalink
contrib: postproc: simplify cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Jan 3, 2013
1 parent e1fc5ac commit 398ad0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/src/postproc/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ ifdef HAVE_WINCE
POSTPROCCONF += --target-os=mingw32ce --arch=armv4l --cpu=armv4t
endif

POSTPROC_CFLAGS += --std=gnu99

# Build

ifdef GPL
Expand Down Expand Up @@ -107,7 +105,7 @@ endif

.postproc: postproc
cd $< && $(HOSTVARS) ./configure \
--extra-cflags="$(POSTPROC_CFLAGS) -DHAVE_STDINT_H" \
--extra-cflags="--std=gnu99 $(EXTRA_CFLAGS) -DHAVE_STDINT_H" \
--extra-ldflags="$(LDFLAGS)" $(POSTPROCCONF) \
--prefix="$(PREFIX)" --enable-static --disable-shared
cd $< && $(MAKE) install-libs install-headers
Expand Down

0 comments on commit 398ad0e

Please sign in to comment.