diff options
| author | fred <[email protected]> | 2013-05-09 17:20:44 (GMT) |
|---|---|---|
| committer | fred <[email protected]> | 2013-05-09 17:20:44 (GMT) |
| commit | c62bb87d50268c582a3405e796d26320aa452acb (patch) | |
| tree | 9097a5a11e7801eb456083d132a336a475734250 | |
| parent | 0a6ae0534815b00ccbf12b1f11caa4856f8e6c29 (diff) | |
WITH_FREEFRAME disabled due to a frei0r filter problem with two of themsound
the two frei0r filters "facebl0r.so" and "facedetect.so" were making
freej to crash at start.
WITH_FREEFRAME commented out in configure.ac to avoid that situation
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | qt/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1f34e8e..f644bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -929,7 +929,7 @@ dnl ============================================================== # support should be compiled in even if plugins aren't present. # -xnt # -AC_DEFINE(WITH_FREEFRAME,1,[Define as using freeframe plugins]) +#AC_DEFINE(WITH_FREEFRAME,1,[Define as using freeframe plugins]) dnl ============================================================== dnl Check Cairo 2d vector graphics library for VectorLayer diff --git a/qt/.gitignore b/qt/.gitignore index cf2f31d..f270ca3 100644 --- a/qt/.gitignore +++ b/qt/.gitignore @@ -46,3 +46,4 @@ Video/* *.avi *.mp4 *.ogv +*.jpg |

