Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime support for both pre-1.2 and 1.2+ devices #2

Merged
merged 4 commits into from
Dec 14, 2014

Conversation

Oblomov
Copy link
Contributor

@Oblomov Oblomov commented Dec 14, 2014

This small patchset does a little cleanup of the build system and (most importantly) allows concurrent support for 1.2+ and pre-1.2 devices without need for a compile-time switch (the only caveat is that the headers should be 1.2 or higher).

No need to run pkg-config from the command line of each compiler/linker
invokation.
Detect the platform version at runtime and select the pre-fillbuffer
method appropriately, rather than requiring a compile-time switch.
Overv added a commit that referenced this pull request Dec 14, 2014
Runtime support for both pre-1.2 and 1.2+ devices
@Overv Overv merged commit 668b35b into Overv:master Dec 14, 2014
@Overv
Copy link
Owner

Overv commented Dec 14, 2014

Thanks! Originally I was running into some linker errors when compiling on a pre-1.2 device with the 1.2+ headers, but that must have been a misconfiguration on my end.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants