Skip to content

Commit

Permalink
UTs: add GF_STATIC in configuration.h (for Win32 only - excluding mob…
Browse files Browse the repository at this point in the history
…ile platforms)
  • Loading branch information
rbouqueau committed Mar 19, 2024
1 parent a7d736d commit 672f666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/gpac/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ This section documents the base data types of GPAC.
#define GPAC_HAS_MPEGHDECODER
#define GPAC_HAS_LIBCACA

/*IPv6 enabled - for win32, this is evaluated at compile time, !! do not uncomment !!*/

#define GPAC_MEMORY_TRACKING

/*needed for unittests*/
#define GF_STATIC static

/*Win32 IPv6 is evaluated at compile time, !! do not uncomment !!*/
//#define GPAC_HAS_IPV6

Expand Down

0 comments on commit 672f666

Please sign in to comment.