Skip to content

Commit

Permalink
Static link mp4v2 and flac, flac++ libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
tattwamasi committed Mar 17, 2015
1 parent 8fdfaa2 commit d7ab83f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TeslaTunes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@
INFOPLIST_PREFIX_HEADER = InfoPlist.h;
INFOPLIST_PREPROCESS = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = (
"/usr/local/lib/libFLAC++.a",
/usr/local/lib/libFLAC.a,
/usr/local/lib/libmp4v2.a,
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
Expand All @@ -453,6 +459,12 @@
INFOPLIST_PREFIX_HEADER = InfoPlist.h;
INFOPLIST_PREPROCESS = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = (
"/usr/local/lib/libFLAC++.a",
/usr/local/lib/libFLAC.a,
/usr/local/lib/libmp4v2.a,
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
Expand Down Expand Up @@ -545,6 +557,7 @@
E5CC88B91AB5927E00C8951F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit d7ab83f

Please sign in to comment.