summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/fs.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 22:31:50 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 22:31:50 +0000
commit1de8673b172ac4a11eebee65666305f2fb2685da (patch)
treecd4a9c8316638ff0cfd0cba20fec04d0d4538a05 /Gui/mplayer/gtk/fs.h
parentec989de7b062682835c721b173e9475b9ecaba44 (diff)
downloadmpv-1de8673b172ac4a11eebee65666305f2fb2685da.tar.bz2
mpv-1de8673b172ac4a11eebee65666305f2fb2685da.tar.xz
add -audiofile support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6624 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk/fs.h')
-rw-r--r--Gui/mplayer/gtk/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/fs.h b/Gui/mplayer/gtk/fs.h
index b1de763a26..cb125135ba 100644
--- a/Gui/mplayer/gtk/fs.h
+++ b/Gui/mplayer/gtk/fs.h
@@ -6,6 +6,7 @@
#define fsVideoSelector 0
#define fsSubtitleSelector 1
#define fsOtherSelector 2
+#define fsAudioSelector 3
extern GtkWidget * fsFileSelect;