aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/OptionsDialog.h
diff options
context:
space:
mode:
authorVladimir Sukhonosov <xornet@xornet.org>2022-01-21 07:59:02 +0300
committerVladimir Sukhonosov <xornet@xornet.org>2022-01-21 08:26:07 +0300
commit03df44849617122fba9b521006ae147e4520bf73 (patch)
tree2fce438db755881d2a1863a3353e8194ef0c8379 /vncviewer/OptionsDialog.h
parenta1d755a5f833c47d9c6fde4da1ec7e9e8631f1ce (diff)
downloadtigervnc-03df44849617122fba9b521006ae147e4520bf73.tar.gz
tigervnc-03df44849617122fba9b521006ae147e4520bf73.zip
H264 Decoder
Linux implementation using ffmpeg
Diffstat (limited to 'vncviewer/OptionsDialog.h')
-rw-r--r--vncviewer/OptionsDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vncviewer/OptionsDialog.h b/vncviewer/OptionsDialog.h
index 6ed7b3f9..42c075ed 100644
--- a/vncviewer/OptionsDialog.h
+++ b/vncviewer/OptionsDialog.h
@@ -80,6 +80,9 @@ protected:
Fl_Round_Button *tightButton;
Fl_Round_Button *zrleButton;
Fl_Round_Button *hextileButton;
+#ifdef HAVE_H264
+ Fl_Round_Button *h264Button;
+#endif
Fl_Round_Button *rawButton;
Fl_Group *colorlevelGroup;