search for: flac__test_libflac_metadata_h

Displaying 2 results from an estimated 2 matches for "flac__test_libflac_metadata_h".

2007 Apr 16
0
Patch : Fix includes
...Erik diff -u -r1.4 metadata_utils.h --- include/test_libs_common/metadata_utils.h 2 Feb 2007 06:58:21 -0000 1.4 +++ include/test_libs_common/metadata_utils.h 16 Apr 2007 10:23:37 -0000 @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef FLAC__TEST_LIBFLAC_METADATA_H -#define FLAC__TEST_LIBFLAC_METADATA_H +#ifndef FLAC__TEST_LIBFLAC_METADATA_UTILS_H +#define FLAC__TEST_LIBFLAC_METADATA_UTILS_H /* * These are not tests, just utility functions used by the metadata tests diff -u -r1.7 metadata.h --- src/test_libFLAC/metadata.h 2 Feb 2007 06:58:24 -0000 1.7 ++...
2012 Dec 04
0
[PATCH] Update FSF address.
...on, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef FLAC__TEST_LIBFLAC_METADATA_H diff --git a/src/test_libFLAC/metadata_manip.c b/src/test_libFLAC/metadata_manip.c index 62b9298..a3d021f 100644 --- a/src/test_libFLAC/metadata_manip.c +++ b/src/test_libFLAC/metadata_manip.c @@ -11,9 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public...