[Midnightbsd-cvs] mports [22292] trunk/audio/speexdsp/files: rename patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 16:22:43 EST 2017


Revision: 22292
          http://svnweb.midnightbsd.org/mports/?rev=22292
Author:   laffer1
Date:     2017-02-19 16:22:43 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
rename patch

Added Paths:
-----------
    trunk/audio/speexdsp/files/patch-include_speex_speexdsp__config_types.h.in

Removed Paths:
-------------
    trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in

Deleted: trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in
===================================================================
--- trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in	2017-02-19 21:12:46 UTC (rev 22291)
+++ trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in	2017-02-19 21:22:43 UTC (rev 22292)
@@ -1,17 +0,0 @@
---- include/speex/speexdsp_config_types.h.in.orig	2015-01-03 20:26:24 UTC
-+++ include/speex/speexdsp_config_types.h.in
-@@ -1,13 +1,7 @@
- #ifndef __SPEEX_TYPES_H__
- #define __SPEEX_TYPES_H__
- 
--#if defined HAVE_STDINT_H
--#  include <stdint.h>
--#elif defined HAVE_INTTYPES_H
--#  include <inttypes.h>
--#elif defined HAVE_SYS_TYPES_H
--#  include <sys/types.h>
--#endif
-+#include <stdint.h>
- 
- typedef @SIZE16@ spx_int16_t;
- typedef @USIZE16@ spx_uint16_t;

Copied: trunk/audio/speexdsp/files/patch-include_speex_speexdsp__config_types.h.in (from rev 22256, trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in)
===================================================================
--- trunk/audio/speexdsp/files/patch-include_speex_speexdsp__config_types.h.in	                        (rev 0)
+++ trunk/audio/speexdsp/files/patch-include_speex_speexdsp__config_types.h.in	2017-02-19 21:22:43 UTC (rev 22292)
@@ -0,0 +1,17 @@
+--- include/speex/speexdsp_config_types.h.in.orig	2015-01-03 20:26:24 UTC
++++ include/speex/speexdsp_config_types.h.in
+@@ -1,13 +1,7 @@
+ #ifndef __SPEEX_TYPES_H__
+ #define __SPEEX_TYPES_H__
+ 
+-#if defined HAVE_STDINT_H
+-#  include <stdint.h>
+-#elif defined HAVE_INTTYPES_H
+-#  include <inttypes.h>
+-#elif defined HAVE_SYS_TYPES_H
+-#  include <sys/types.h>
+-#endif
++#include <stdint.h>
+ 
+ typedef @SIZE16@ spx_int16_t;
+ typedef @USIZE16@ spx_uint16_t;



More information about the Midnightbsd-cvs mailing list