forked from mean00/avidemux2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mswin] misc changes to build scripts
git-svn-id: svn://svn.berlios.de/avidemux/branches/avidemux_2.6_branch_mean@7642 30592fff-cfd4-0310-bf0e-8235a3c7be26
- Loading branch information
gruntster
committed
Nov 1, 2011
1 parent
5601778
commit 44e6dd7
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- ./libmp3lame/vbrquantize.c.org 2011-05-07 17:05:17 +0100 | ||
+++ ./libmp3lame/vbrquantize.c 2011-11-01 14:08:17 +0000 | ||
@@ -22,6 +22,9 @@ | ||
|
||
/* $Id: vbrquantize.c,v 1.141 2011/05/07 16:05:17 rbrito Exp $ */ | ||
|
||
+#undef FORCEINLINE | ||
+#define FORCEINLINE | ||
+ | ||
#ifdef HAVE_CONFIG_H | ||
# include <config.h> | ||
#endif |