1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Correct reversed patch

This commit is contained in:
Michael Haro 2001-04-06 02:04:41 +00:00
parent b4afe2729a
commit 37fdb9d224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40923
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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