diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 02:04:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 02:04:41 +0000 |
commit | 37fdb9d2246fc462d19b8005a35b2842852103cf (patch) | |
tree | 003ef906ffa90b29934c0a7161608cd86b3514d6 /mbone | |
parent | b4afe2729a705c3426d7f6123a5df583a9ac9be3 (diff) | |
download | ports-37fdb9d2246fc462d19b8005a35b2842852103cf.tar.gz ports-37fdb9d2246fc462d19b8005a35b2842852103cf.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/files/patch-ag | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbone/rat/files/patch-ag b/mbone/rat/files/patch-ag index 66d4d30c2beb..17a097b37217 100644 --- a/mbone/rat/files/patch-ag +++ b/mbone/rat/files/patch-ag @@ -4,10 +4,10 @@ #define ENGINE_NAME "ratmedia.exe" #define CONTROL_NAME "rat.exe" #else --#define UI_NAME "rat-"##RAT_VERSION##"-ui" --#define ENGINE_NAME "rat-"##RAT_VERSION##"-media" -+#define UI_NAME "rat-ui" -+#define ENGINE_NAME "rat-media" +-#define UI_NAME "rat-ui" +-#define ENGINE_NAME "rat-media" ++#define UI_NAME "rat-"##RAT_VERSION##"-ui" ++#define ENGINE_NAME "rat-"##RAT_VERSION##"-media" #endif #define DEFAULT_RTP_PORT 5004 |