diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-30 15:51:08 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-30 15:56:45 +0200 |
commit | 5bea3fb45b100f0890e54a36fa3d0e7863ab1042 (patch) | |
tree | e0685d36c1c9e49d11ed1af1b2924988b73b38de /configure.ac | |
parent | e06da304f57c46bb91c2be0cc2335e6c064f53b0 (diff) | |
download | experiment-player-5bea3fb45b100f0890e54a36fa3d0e7863ab1042.tar.gz |
implemented selection of format files by combo box
* each transcript widget has its own box, they share their content (via a common GtkListStore)
* currently the filename is displayed in the combo boxes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c8821b1..3b71842 100644 --- a/configure.ac +++ b/configure.ac @@ -222,6 +222,9 @@ AC_DEFINE(DEFAULT_QUICKOPEN_DIR, ["."], [Default directory for listing experime AC_DEFINE(EXPERIMENT_MOVIE_FILTER, ["*.mp4;*.avi"], [Filters for (quick) opening movies]) AC_DEFINE(EXPERIMENT_TRANSCRIPT_EXT, ["xml"], [File extension of experiment transcripts]) +AC_DEFINE(DEFAULT_FORMAT_DIR, ["."], [Default directory for selecting formats]) +AC_DEFINE(EXPERIMENT_FORMAT_FILTER, ["*.fmt"], [Format file filter]) + AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile]) AC_CONFIG_FILES([lib/gtk-vlc-player/Makefile]) AC_CONFIG_FILES([lib/experiment-reader/Makefile lib/experiment-reader/tests/Makefile]) |