google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

ffmpegthumbnailer-2.0.6 fails to configure on systems with older bash and other problems #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- configure.ac is unnecessarily using new bash syntax += breaking build for 
older systems
- configure.ac is wrongly passing preprocessor -D flags from CXXFLAGS instead 
of CPPFLAGS, and also overrides environment flags while doing so

The attached patch cleans up the configure.ac to work on older systems, user 
properly CPPFLAGS and not override system CXXFLAGS

Original issue reported on code.google.com by ssuomi...@unk.fi on 9 Jan 2011 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the fix, submitted in svn

Original comment by dirk.vdb on 14 Jan 2011 at 10:00