Ticket #883 (closed task: fixed)
Support using an external FFmpegSource
| Reported by: | verm | Owned by: | verm |
|---|---|---|---|
| Priority: | high | Milestone: | 2.1.9 |
| Component: | General | Version: | devel |
| Severity: | block | Keywords: | |
| Cc: | Platform: | Unix | |
| Sub Component: |
Description
ffms has moved to http://code.google.com/p/ffmpegsource/ at the moment the build system only uses our internal version. There needs to be support for an external version if someone wants to use one.
Change History
comment:2 Changed 3 years ago by verm
- Priority changed from low to high
- Severity changed from minor to block
- Milestone set to 2.1.8
This also needs to check the version. If people are going to start installing the one from code.google.com we have to make sure they're not using one higher than what we support as the API changes too much.
comment:3 Changed 3 years ago by TheFluff
Versions after beta 10 have a convenient version define, like so:
// Version format: major - minor - micro - bump #define FFMS_VERSION ((2 << 24) | (0 << 16)| (11 << 8) | 0)
comment:4 Changed 2 years ago by verm
- Milestone changed from 2.1.8 to 2.1.9
Move to milestone:2.1.9 this isn't important to support now.
comment:5 Changed 21 months ago by verm
- Milestone changed from 2.1.9 to 2.2.0
Moving this to milestone:2.2.0.
comment:6 Changed 18 months ago by verm
- Milestone changed from 2.2.0 to 3.0.0
Bump 2.2.0 tickets to milestone:3.0.0 (2.2.0 is becoming 3.0.0)
Note: See
TracTickets for help on using
tickets.

(In [3054]) Add -I../FFmpegSource2 to AM_CXXFLAGS. This is *definatly* not the right way to do it, it's a temp measure until I figure out the best way to handle it.. updates #883.