silicontrip / lavtools

mjpeg utils and avcodec frame based video editing tools and ffmpeg filters
15 stars 3 forks source link

respect CC, CFLAGS, LDFLAGS #3

Closed Nikoli closed 10 years ago

Nikoli commented 12 years ago

Please respect CC, CFLAGS, LDFLAGS env variables. Replace gcc with $(CC) and CC=gcc with CC?=gcc, similar for other vars.

You can use http://git.xonotic.org/?p=xonotic/netradiant.git;a=blob;f=Makefile;h=e92030f70ca6d0a249cbfa1fcd82c170ef86aa27;hb=HEAD;js=1 as example, but i am not sure if it is the best one.

silicontrip commented 12 years ago

I know that the build system is quite broken. If you have a recommendation for one. I'll try and configure the project for it.

Mark

On 09/10/2012, at 8:00 PM, Nikoli wrote:

Please respect CC, CFLAGS, LDFLAGS env variables. Replace gcc with $(CC) and CC=gcc with CC?=gcc, similar for other vars.

You can use http://git.xonotic.org/?p=xonotic/netradiant.git;a=blob;f=Makefile;h=e92030f70ca6d0a249cbfa1fcd82c170ef86aa27;hb=HEAD;js=1 as example, but i am not sure if it is the best one.

— Reply to this email directly or view it on GitHub.

Nikoli commented 12 years ago

cmake. A lot foss projects use it: https://en.wikipedia.org/wiki/Cmake#Notable_applications Many of them migrated from autotools.

silicontrip commented 11 years ago

I probably need a "build system for dummies" book.

silicontrip commented 10 years ago

Hope the last Makefile change resolves this issue.

Nikoli commented 10 years ago

Works fine :)