diff options
author | Vladimir Sukhonosov <xornet@xornet.org> | 2022-01-21 07:59:02 +0300 |
---|---|---|
committer | Vladimir Sukhonosov <xornet@xornet.org> | 2022-01-21 08:26:07 +0300 |
commit | 03df44849617122fba9b521006ae147e4520bf73 (patch) | |
tree | 2fce438db755881d2a1863a3353e8194ef0c8379 /vncviewer/OptionsDialog.h | |
parent | a1d755a5f833c47d9c6fde4da1ec7e9e8631f1ce (diff) | |
download | tigervnc-03df44849617122fba9b521006ae147e4520bf73.tar.gz tigervnc-03df44849617122fba9b521006ae147e4520bf73.zip |
H264 Decoder
Linux implementation using ffmpeg
Diffstat (limited to 'vncviewer/OptionsDialog.h')
-rw-r--r-- | vncviewer/OptionsDialog.h | 3 |
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; |