comparison libmpeg2/attributes.h @ 26619:d791659dd245

Remove modification notes from unmodified files.
author diego
date Sat, 03 May 2008 11:19:27 +0000
parents ad048f993f66
children da2271c341ee
comparison
equal deleted inserted replaced
26618:d126cce15d3c 26619:d791659dd245
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 this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 * Modified for use with MPlayer, see libmpeg-0.4.1.diff for the exact changes.
24 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
25 * $Id$
26 */ 22 */
27 23
28 /* use gcc attribs to align critical data structures */ 24 /* use gcc attribs to align critical data structures */
29 #ifdef ATTRIBUTE_ALIGNED_MAX 25 #ifdef ATTRIBUTE_ALIGNED_MAX
30 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ ((ATTRIBUTE_ALIGNED_MAX < align) ? ATTRIBUTE_ALIGNED_MAX : align))) 26 #define ATTR_ALIGN(align) __attribute__ ((__aligned__ ((ATTRIBUTE_ALIGNED_MAX < align) ? ATTRIBUTE_ALIGNED_MAX : align)))