diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /net/ekiga/files/patch-ai | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'net/ekiga/files/patch-ai')
-rw-r--r-- | net/ekiga/files/patch-ai | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net/ekiga/files/patch-ai b/net/ekiga/files/patch-ai deleted file mode 100644 index 77763d4e07fa..000000000000 --- a/net/ekiga/files/patch-ai +++ /dev/null @@ -1,41 +0,0 @@ -*** src/config.cpp.orig Mon Aug 13 17:19:15 2001 ---- src/config.cpp Fri Aug 17 18:03:23 2001 -*************** void read_config (options *opts) -*** 161,167 **** - // Do not free key and value as they are assigned as pointers to opts->audio_codecs - cpt++; - } -! - } - - ---- 161,175 ---- - // Do not free key and value as they are assigned as pointers to opts->audio_codecs - cpt++; - } -! -! /* handle old config files which do not have a Devices section */ -! if(opts->audio_device == NULL) opts->audio_device="/dev/dsp"; -! if(opts->audio_mixer == NULL) opts->audio_mixer="/dev/mixer"; -! #ifdef __linux__ -! if(opts->video_device == NULL) opts->video_device="/dev/video"; -! #else -! if(opts->video_device == NULL) opts->video_device="/dev/bktr0"; -! #endif - } - - -*************** void init_config (void) -*** 419,425 **** ---- 427,437 ---- - - gnome_config_set_string ("Devices/audio_device", "/dev/dsp"); - gnome_config_set_string ("Devices/audio_mixer", "/dev/mixer"); -+ #ifdef __linux__ - gnome_config_set_string ("Devices/video_device", "/dev/video"); -+ #else -+ gnome_config_set_string ("Devices/video_device", "/dev/bktr0"); -+ #endif - gnome_config_set_int ("Devices/video_channel", 0); - - gnome_config_set_string ("Placement/Dock", |