forked from videolan/vlc
-
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.
- Loading branch information
Rémi Denis-Courmont
committed
Jun 21, 2015
1 parent
dab7c50
commit d3b892b
Showing
1 changed file
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
# Copyright (c) 2013 Roy Stogner <[email protected]> | ||
# Copyright (c) 2014 Alexey Sokolov <[email protected]> | ||
# Copyright (c) 2014, 2015 Google Inc. | ||
# Copyright (c) 2015 VLC authors and VideoLAN | ||
# | ||
# Copying and distribution of this file, with or without modification, are | ||
# permitted in any medium without royalty provided the copyright notice | ||
|
@@ -81,6 +82,9 @@ m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[ | |
func<foo>(0); | ||
} | ||
} | ||
#include <cinttypes> | ||
constexpr uint64_t constantname = UINT64_C(0x100000000); | ||
]]) | ||
|
||
AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [dnl | ||
|