Commit Graph
7 Commits
Author SHA1 Message Date
Steve Checkoway d43538bcc3 People keep trying to use newer versions of ffmpeg and it is failing either to compile (in which case they just patch our code to get it to compile) or it crashes when trying to play movies. Check for two things. First, check that the version and build numbers reported in the headers match those returned by the library which should prevent any header/lib mismatch crashes. Second, check for exactly the version/build numbers that we know work are are used in both windows and OS X and worked correctly for ppc linux. If a large number of reports come in with header/lib mismatches, I'll consider removing the check for exactly the version/build numbers. 2006-06-26 23:29:54 +00:00
Steve Checkoway 72b2e1f2b6 Add option --with-static-ffmpeg-prefix. If you have installed the static libraries (and their associated headers) at /foo/bar, then pass --with-static-ffmpeg-prefix=/foo/bar and /foo/bar/lib/libavcodec.a and /foo/bar/lib/libavformat.a will be passed to the linker and -I/foo/bar/include will be added to CXXFLAGS. If doing this for other libraries would be helpful for releases, we could just use a --with-static-prefix option instead and look there for static libs. 2006-06-20 03:50:21 +00:00
Glenn Maynard 44377e187a Fix "--with-ffmpeg" causes ffmpeg to be disabled. (This was "$enableval"
before.  The "enable" vs. "with" distinction in autoconf is confusing
and not useful ...)
2006-04-22 00:20:19 +00:00
Sean Burke 5a0daf8e78 Fix disabling of ffmpeg 2006-04-21 22:38:02 +00:00
Steve Checkoway 568cc67a5b Allow disabling ffmpeg. 2006-03-20 19:01:19 +00:00
Glenn Maynard e1d7b101fd theora 2005-10-20 21:01:57 +00:00
Glenn Maynard 0893b42170 split out ffmpeg check 2005-10-20 20:21:19 +00:00