]> git.sesse.net Git - vlc/commitdiff
* added declares for the checkboxes in the nib to control the rtp-sout-modul
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 29 Jul 2004 14:03:19 +0000 (14:03 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 29 Jul 2004 14:03:19 +0000 (14:03 +0000)
modules/gui/macosx/output.h

index 357e47313b8abe8d09214e72e4c1bae884e12eb2..68e53000b5518cf953890778179db0722ffc2cab 100644 (file)
     IBOutlet id o_channel_name;
     IBOutlet id o_channel_name_lbl;
     
+    IBOutlet id o_sdp_url;
+    IBOutlet id o_sdp_url_lbl;
+    IBOutlet id o_rtsp_chkbox;
+    IBOutlet id o_http_chkbox;
+    
     NSString *o_mrl;
     NSString *o_transcode;
 }