Commit 04c6b4e6 authored by diego's avatar diego

Use a consistent multiple inclusion guard.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10267 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5a0f5ae1
......@@ -19,8 +19,8 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef MATHOPS_BFIN
#define MATHOPS_BFIN
#ifndef AVCODEC_BFIN_MATHOPS_H
#define AVCODEC_BFIN_MATHOPS_H
#ifdef CONFIG_MPEGAUDIO_HP
#define MULH(X,Y) ({ int xxo; \
......@@ -49,4 +49,4 @@
: "=W" (xxo) : "d" (a), "d" (b)); \
xxo; })
#endif
#endif /* AVCODEC_BFIN_MATHOPS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment