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:
parent
b4afe2729a
commit
37fdb9d224
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40923
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user