comparison libswscale/swscale_altivec_template.c @ 23702:5159b5f8784e

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:18:58 +0000
parents 4d3870361b73
children 56382475b156
comparison
equal deleted inserted replaced
23701:2c8b8b4e63c8 23702:5159b5f8784e
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details. 17 * GNU General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with FFmpeg; if not, write to the Free Software 20 * along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifdef CONFIG_DARWIN 24 #ifdef CONFIG_DARWIN
25 #define AVV(x...) (x) 25 #define AVV(x...) (x)
26 #else 26 #else